#d06cc0

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

Shades of Orchid #D06CC0

Tints of Orchid #D06CC0

Color information

#D06CC0 (or 0xD06CC0) is unknown color: approx Orchid. HEX triplet: D0, 6C and C0. RGB value is (208,108,192). Sum of RGB (Red+Green+Blue) = 208+108+192=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CC0 is #2F933F. Grayscale: #939393. Windows color (decimal): -3117888 or 12610768. OLE color: 12610768.

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

Color convert

RGB208108192-
CMYK00.480.080.18
HSL309.6º51.55%61.96%-
HSV(B)309.6º48.08%81.57%-
XYZ40.8927.9453.11-
YUV147.48153.13171.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 192 (75.39% from 255) = 37.80%
R=40.94%
G=21.26%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810819200.480.080.18309.651.5561.96
HexD06CC0030812136343e
Octal32015430006010224666476
Binary110100001101100110000000110000100010010100110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d06cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d06cc0; }

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

 H1.HeaderClassName
 {
   color: #d06cc0;
 }
 .AnyTagClassName
 {
   color: #d06cc0;
 }
</style>
background-color css

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

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

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

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

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

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