#CD60E5

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

Shades of Medium Orchid #CD60E5

Tints of Medium Orchid #CD60E5

Color information

#CD60E5 (or 0xCD60E5) is unknown color: approx Medium Orchid. HEX triplet: CD, 60 and E5. RGB value is (205,96,229). Sum of RGB (Red+Green+Blue) = 205+96+229=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD60E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60E5 is #329F1A. Grayscale: #8F8F8F. Windows color (decimal): -3317531 or 15032525. OLE color: 15032525.

HSL color Cylindrical-coordinate representation of color #CD60E5: hue angle of 289.17º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD60E5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20596229-
CMYK0.100.5800.10
HSL289.17º71.89%63.73%-
HSV(B)289.17º58.08%89.8%-
XYZ43.52777.05-
YUV143.75176.11171.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 18.11%
BLUE value IS 229 (89.84% from 255) = 43.21%
R=38.68%
G=18.11%
B=43.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205962290.100.5800.10289.1771.8963.73
HexCD60E5A3A0A1214840
Octal3151403451272012441110100
Binary1100110111000001110010110101110100101010010000110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60E5; }

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

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

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

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

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

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

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

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