#CD60DC

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

Shades of Medium Orchid #CD60DC

Tints of Medium Orchid #CD60DC

Color information

#CD60DC (or 0xCD60DC) is unknown color: approx Medium Orchid. HEX triplet: CD, 60 and DC. RGB value is (205,96,220). Sum of RGB (Red+Green+Blue) = 205+96+220=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60DC is #329F23. Grayscale: #8E8E8E. Windows color (decimal): -3317540 or 14442701. OLE color: 14442701.

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

Color convert

RGB20596220-
CMYK0.070.5600.14
HSL292.74º63.92%61.96%-
HSV(B)292.74º56.36%86.27%-
XYZ42.2826.5170.6-
YUV142.73171.61172.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 96 (37.89% from 255) = 18.43%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=39.35%
G=18.43%
B=42.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205962200.070.5600.14292.7463.9261.96
HexCD60DC7380E125403e
Octal31514033477001644510076
Binary11001101110000011011100111111000011101001001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60DC; }

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

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

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

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

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

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

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

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