Html Css Color HEX #D06CBB Orchid

📋 copy color: '#D06CBB'

red 208 ◦ green 108 ◦ blue 187

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

Shades of Orchid #D06CBB

Tints of Orchid #D06CBB

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

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

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

R = 41.35%
G = 21.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D06CBB (or 0xD06CBB) is known color: Orchid. HEX triplet: D0, 6C and BB. RGB value is (208,108,187). Sum of RGB (Red+Green+Blue) = 208+108+187=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CBB is #2F9344. Grayscale: #929292. Windows color (decimal): -3117893 or 12283088. OLE color: 12283088.

HSL color Cylindrical-coordinate representation of color #D06CBB: hue angle of 312.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06CBB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 187 -
CMYK 0 0.48 0.10 0.18
HSL 312.6º 0.52% 0.62% -
HSV(B) 312.6º 0.48% 0.82% -
XYZ 40.34 27.72 50.24 -
YUV 146.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 208 108 187 0 0.48 0.10 0.18 312.6 0.52 0.62
Hex D0 6C BB 0 30 A 12 139 34 3E
Octal 320 154 273 0 60 12 22 471 64 76
Binary 11010000 1101100 10111011 0 110000 1010 10010 100111001 110100 111110

Color Harmonies of #D06CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CBB

Black with #D06CBB

Text Example


Text Example

White with #D06CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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