#D06EB8

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

Shades of Orchid #D06EB8

Tints of Orchid #D06EB8

Color information

#D06EB8 (or 0xD06EB8) is unknown color: approx Orchid. HEX triplet: D0, 6E and B8. RGB value is (208,110,184). Sum of RGB (Red+Green+Blue) = 208+110+184=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EB8 is #2F9147. Grayscale: #939393. Windows color (decimal): -3117384 or 12086992. OLE color: 12086992.

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

Color convert

RGB208110184-
CMYK00.470.120.18
HSL314.69º51.04%62.35%-
HSV(B)314.69º47.12%81.57%-
XYZ40.2428.0248.64-
YUV147.74148.47170.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 184 (72.27% from 255) = 36.65%
R=41.43%
G=21.91%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811018400.470.120.18314.6951.0462.35
HexD06EB802FC1213b333e
Octal32015627005714224736376
Binary110100001101110101110000101111110010010100111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06EB8; }

 p { color: rgb(208,110,184); }

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

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

 a { background-color: rgb(208,110,184); }

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

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

 span { border-color: rgb(208,110,184); }

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