#D06BDE

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

Shades of Orchid #D06BDE

Tints of Orchid #D06BDE

Color information

#D06BDE (or 0xD06BDE) is unknown color: approx Orchid. HEX triplet: D0, 6B and DE. RGB value is (208,107,222). Sum of RGB (Red+Green+Blue) = 208+107+222=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #D06BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BDE is #2F9421. Grayscale: #959595. Windows color (decimal): -3118114 or 14576592. OLE color: 14576592.

HSL color Cylindrical-coordinate representation of color #D06BDE: hue angle of 292.7º degrees, saturation: 0.64, 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 #D06BDE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208107222-
CMYK0.060.5200.13
HSL292.7º63.54%64.51%-
HSV(B)292.7º51.8%87.06%-
XYZ44.4529.272.4-
YUV150.31168.46169.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 107 (42.19% from 255) = 19.93%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=38.73%
G=19.93%
B=41.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081072220.060.5200.13292.763.5464.51
HexD06BDE6340D1254041
Octal320153336664015445100101
Binary110100001101011110111101101101000110110010010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06BDE; }

 p { color: rgb(208,107,222); }

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

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

 a { background-color: rgb(208,107,222); }

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

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

 span { border-color: rgb(208,107,222); }

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