#D060E9

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

Shades of Orchid #D060E9

Tints of Orchid #D060E9

Color information

#D060E9 (or 0xD060E9) is unknown color: approx Orchid. HEX triplet: D0, 60 and E9. RGB value is (208,96,233). Sum of RGB (Red+Green+Blue) = 208+96+233=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #D060E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D060E9 is #2F9F16. Grayscale: #909090. Windows color (decimal): -3120919 or 15294672. OLE color: 15294672.

HSL color Cylindrical-coordinate representation of color #D060E9: hue angle of 289.05º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D060E9 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20896233-
CMYK0.110.5900.09
HSL289.05º75.69%64.51%-
HSV(B)289.05º58.8%91.37%-
XYZ44.927.6680.06-
YUV145.11177.61172.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=38.73%
G=17.88%
B=43.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208962330.110.5900.09289.0575.6964.51
HexD060E9B3B091214c41
Octal3201403511373011441114101
Binary1101000011000001110100110111110110100110010000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060E9; }

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

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

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

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

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

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

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

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