#D06EC5

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

Shades of Orchid #D06EC5

Tints of Orchid #D06EC5

Color information

#D06EC5 (or 0xD06EC5) is unknown color: approx Orchid. HEX triplet: D0, 6E and C5. RGB value is (208,110,197). Sum of RGB (Red+Green+Blue) = 208+110+197=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EC5 is #2F913A. Grayscale: #949494. Windows color (decimal): -3117371 or 12938960. OLE color: 12938960.

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

Color convert

RGB208110197-
CMYK00.470.050.18
HSL306.73º51.04%62.35%-
HSV(B)306.73º47.12%81.57%-
XYZ41.6728.5956.15-
YUV149.22154.97169.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 110 (43.36% from 255) = 21.36%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=40.39%
G=21.36%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811019700.470.050.18306.7351.0462.35
HexD06EC502F512133333e
Octal3201563050575224636376
Binary11010000110111011000101010111110110010100110011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06EC5; }

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

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

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

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

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

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

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

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