Html Css Color HEX #DB6CBB Orchid

📋 copy color: '#DB6CBB'

red 219 ◦ green 108 ◦ blue 187

#DB6CBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB6CBB

Tints of Orchid #DB6CBB

RGB

 RED value IS 219 (85.94% from 255) = 42.61%

 GREEN value IS 108 (42.58% from 255) = 21.01%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 42.61%
G = 21.01%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB6CBB (or 0xDB6CBB) is known color: Orchid. HEX triplet: DB, 6C and BB. RGB value is (219,108,187). Sum of RGB (Red+Green+Blue) = 219+108+187=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CBB is #249344. Grayscale: #959595. Windows color (decimal): -2396997 or 12283099. OLE color: 12283099.

HSL color Cylindrical-coordinate representation of color #DB6CBB: hue angle of 317.3º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CBB is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 108 187 -
CMYK 0 0.51 0.15 0.14
HSL 317.3º 0.61% 0.64% -
HSV(B) 317.3º 0.51% 0.86% -
XYZ 43.55 29.37 50.39 -
YUV 150.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 219 108 187 0 0.51 0.15 0.14 317.3 0.61 0.64
Hex DB 6C BB 0 33 F E 13D 3D 40
Octal 333 154 273 0 63 17 16 475 75 100
Binary 11011011 1101100 10111011 0 110011 1111 1110 100111101 111101 1000000

Color Harmonies of #DB6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6CBB

Black with #DB6CBB

Text Example


Text Example

White with #DB6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6CBB; }

 p { color: rgb(219,108,187); }

 H1.HeaderClassName
 {
   color: #DB6CBB;
 }
 .AnyTagClassName
 {
   color: #DB6CBB;
 }
</style>

background-color css

<style>
 a { background-color: #DB6CBB; }

 a { background-color: rgb(219,108,187); }

 div.DivClassName
 {
   background-color: #DB6CBB;
 }
 .BgClassName
 {
   background-color: #DB6CBB;
 }
</style>

border-color css

<style>
 span { border-color: #DB6CBB; }

 span { border-color: rgb(219,108,187); }

 td.TdClassName
 {
   border-color: #DB6CBB;
 }
 .TagClassName
 {
   border-color: #DB6CBB;
 }
</style>