#D06ADF

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

Shades of Orchid #D06ADF

Tints of Orchid #D06ADF

Color information

#D06ADF (or 0xD06ADF) is unknown color: approx Orchid. HEX triplet: D0, 6A and DF. RGB value is (208,106,223). Sum of RGB (Red+Green+Blue) = 208+106+223=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D06ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADF is #2F9520. Grayscale: #959595. Windows color (decimal): -3118369 or 14641872. OLE color: 14641872.

HSL color Cylindrical-coordinate representation of color #D06ADF: hue angle of 292.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06ADF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208106223-
CMYK0.070.5200.13
HSL292.31º64.64%64.51%-
HSV(B)292.31º52.47%87.45%-
XYZ44.4929.0573.07-
YUV149.84169.29169.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=38.73%
G=19.74%
B=41.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081062230.070.5200.13292.3164.6464.51
HexD06ADF7340D1244141
Octal320152337764015444101101
Binary110100001101010110111111111101000110110010010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06ADF; }

 p { color: rgb(208,106,223); }

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

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

 a { background-color: rgb(208,106,223); }

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

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

 span { border-color: rgb(208,106,223); }

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