#D06CE2

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

Shades of Orchid #D06CE2

Tints of Orchid #D06CE2

Color information

#D06CE2 (or 0xD06CE2) is unknown color: approx Orchid. HEX triplet: D0, 6C and E2. RGB value is (208,108,226). Sum of RGB (Red+Green+Blue) = 208+108+226=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 226 - color contains mainly: blue. Hex color #D06CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CE2 is #2F931D. Grayscale: #969696. Windows color (decimal): -3117854 or 14838992. OLE color: 14838992.

HSL color Cylindrical-coordinate representation of color #D06CE2: hue angle of 290.85º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06CE2 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208108226-
CMYK0.080.5200.11
HSL290.85º67.05%65.49%-
HSV(B)290.85º52.21%88.63%-
XYZ45.129.6375.29-
YUV151.35170.13168.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 108 (42.58% from 255) = 19.93%
BLUE value IS 226 (88.67% from 255) = 41.70%
R=38.38%
G=19.93%
B=41.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081082260.080.5200.11290.8567.0565.49
HexD06CE28340B1234341
Octal3201543421064013443103101
Binary1101000011011001110001010001101000101110010001110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06CE2; }

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

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

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

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

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

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

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

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