#D060DC

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

Shades of Orchid #D060DC

Tints of Orchid #D060DC

Color information

#D060DC (or 0xD060DC) is unknown color: approx Orchid. HEX triplet: D0, 60 and DC. RGB value is (208,96,220). Sum of RGB (Red+Green+Blue) = 208+96+220=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #D060DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060DC is #2F9F23. Grayscale: #8F8F8F. Windows color (decimal): -3120932 or 14442704. OLE color: 14442704.

HSL color Cylindrical-coordinate representation of color #D060DC: hue angle of 294.19º degrees, saturation: 0.64, 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 #D060DC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20896220-
CMYK0.050.5600.14
HSL294.19º63.92%61.96%-
HSV(B)294.19º56.36%86.27%-
XYZ43.1126.9470.64-
YUV143.62171.11173.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 96 (37.89% from 255) = 18.32%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=39.69%
G=18.32%
B=41.98%

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
Decimal208962200.050.5600.14294.1963.9261.96
HexD060DC5380E126403e
Octal32014033457001644610076
Binary11010000110000011011100101111000011101001001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060DC; }

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

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

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

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

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

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

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

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