#D060CD

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

Shades of Orchid #D060CD

Tints of Orchid #D060CD

Color information

#D060CD (or 0xD060CD) is unknown color: approx Orchid. HEX triplet: D0, 60 and CD. RGB value is (208,96,205). Sum of RGB (Red+Green+Blue) = 208+96+205=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D060CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060CD is #2F9F32. Grayscale: #8D8D8D. Windows color (decimal): -3120947 or 13459664. OLE color: 13459664.

HSL color Cylindrical-coordinate representation of color #D060CD: hue angle of 301.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D060CD is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20896205-
CMYK00.540.010.18
HSL301.61º54.37%59.61%-
HSV(B)301.61º53.85%81.57%-
XYZ41.2126.1860.64-
YUV141.91163.61175.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=40.86%
G=18.86%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089620500.540.010.18301.6154.3759.61
HexD060CD03611212e363c
Octal3201403150661224566674
Binary110100001100000110011010110110110010100101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060CD; }

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

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

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

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

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

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

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

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