#D06CBB

Color #D06CBB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D06CBB

Tints of Orchid #D06CBB

Color information

#D06CBB (or 0xD06CBB) is unknown color: approx 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

RGB208108187-
CMYK00.480.100.18
HSL312.6º51.55%61.96%-
HSV(B)312.6º48.08%81.57%-
XYZ40.3427.7250.24-
YUV146.91150.63171.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810818700.480.100.18312.651.5561.96
HexD06CBB030A12139343e
Octal32015427306012224716476
Binary110100001101100101110110110000101010010100111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>