Html Css Color HEX #D06CBD Orchid

📋 copy color: '#D06CBD'

red 208 ◦ green 108 ◦ blue 189

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

Shades of Orchid #D06CBD

Tints of Orchid #D06CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 41.19%
G = 21.39%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D06CBD (or 0xD06CBD) is known color: Orchid. HEX triplet: D0, 6C and BD. RGB value is (208,108,189). Sum of RGB (Red+Green+Blue) = 208+108+189=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CBD is #2F9342. Grayscale: #929292. Windows color (decimal): -3117891 or 12414160. OLE color: 12414160.

HSL color Cylindrical-coordinate representation of color #D06CBD: hue angle of 311.4º 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 #D06CBD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 189 -
CMYK 0 0.48 0.09 0.18
HSL 311.4º 0.52% 0.62% -
HSV(B) 311.4º 0.48% 0.82% -
XYZ 40.56 27.81 51.37 -
YUV 147.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 208 108 189 0 0.48 0.09 0.18 311.4 0.52 0.62
Hex D0 6C BD 0 30 9 12 137 34 3E
Octal 320 154 275 0 60 11 22 467 64 76
Binary 11010000 1101100 10111101 0 110000 1001 10010 100110111 110100 111110

Color Harmonies of #D06CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06CBD

Black with #D06CBD

Text Example


Text Example

White with #D06CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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