#D06FD9

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

Shades of Orchid #D06FD9

Tints of Orchid #D06FD9

Color information

#D06FD9 (or 0xD06FD9) is unknown color: approx Orchid. HEX triplet: D0, 6F and D9. RGB value is (208,111,217). Sum of RGB (Red+Green+Blue) = 208+111+217=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #D06FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FD9 is #2F9026. Grayscale: #979797. Windows color (decimal): -3117095 or 14249936. OLE color: 14249936.

HSL color Cylindrical-coordinate representation of color #D06FD9: hue angle of 294.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06FD9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208111217-
CMYK0.040.4900.15
HSL294.91º58.24%64.31%-
HSV(B)294.91º48.85%85.1%-
XYZ44.2229.7969.06-
YUV152.09164.64167.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=38.81%
G=20.71%
B=40.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081112170.040.4900.15294.9158.2464.31
HexD06FD94310F1273a40
Octal32015733146101744772100
Binary11010000110111111011001100110001011111001001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FD9; }

 p { color: rgb(208,111,217); }

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

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

 a { background-color: rgb(208,111,217); }

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

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

 span { border-color: rgb(208,111,217); }

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