#D060DB

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

Shades of Orchid #D060DB

Tints of Orchid #D060DB

Color information

#D060DB (or 0xD060DB) is unknown color: approx Orchid. HEX triplet: D0, 60 and DB. RGB value is (208,96,219). Sum of RGB (Red+Green+Blue) = 208+96+219=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D060DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DB is #2F9F24. Grayscale: #8F8F8F. Windows color (decimal): -3120933 or 14377168. OLE color: 14377168.

HSL color Cylindrical-coordinate representation of color #D060DB: hue angle of 294.63º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D060DB is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20896219-
CMYK0.050.5600.14
HSL294.63º63.08%61.76%-
HSV(B)294.63º56.16%85.88%-
XYZ42.9826.8969.94-
YUV143.51170.61174-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 96 (37.89% from 255) = 18.36%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=39.77%
G=18.36%
B=41.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208962190.050.5600.14294.6363.0861.76
HexD060DB5380E1273f3e
Octal3201403335700164477776
Binary1101000011000001101101110111100001110100100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060DB; }

 p { color: rgb(208,96,219); }

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

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

 a { background-color: rgb(208,96,219); }

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

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

 span { border-color: rgb(208,96,219); }

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