#D06FD1

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

Shades of Orchid #D06FD1

Tints of Orchid #D06FD1

Color information

#D06FD1 (or 0xD06FD1) is unknown color: approx Orchid. HEX triplet: D0, 6F and D1. RGB value is (208,111,209). Sum of RGB (Red+Green+Blue) = 208+111+209=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #D06FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FD1 is #2F902E. Grayscale: #969696. Windows color (decimal): -3117103 or 13725648. OLE color: 13725648.

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

Color convert

RGB208111209-
CMYK0.000.4700.18
HSL299.39º51.58%62.75%-
HSV(B)299.39º46.89%81.96%-
XYZ43.2129.3863.72-
YUV151.17160.64168.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 111 (43.75% from 255) = 21.02%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=39.39%
G=21.02%
B=39.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081112090.000.4700.18299.3951.5862.75
HexD06FD102F01212b343f
Octal3201573210570224536477
Binary110100001101111110100010101111010010100101011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06FD1; }

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

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

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

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

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

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

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

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