#CD5CDE

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

Shades of Medium Orchid #CD5CDE

Tints of Medium Orchid #CD5CDE

Color information

#CD5CDE (or 0xCD5CDE) is unknown color: approx Medium Orchid. HEX triplet: CD, 5C and DE. RGB value is (205,92,222). Sum of RGB (Red+Green+Blue) = 205+92+222=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CDE is #32A321. Grayscale: #8C8C8C. Windows color (decimal): -3318562 or 14572749. OLE color: 14572749.

HSL color Cylindrical-coordinate representation of color #CD5CDE: hue angle of 292.15º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5CDE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20592222-
CMYK0.080.5900.13
HSL292.15º66.33%61.57%-
HSV(B)292.15º58.56%87.06%-
XYZ42.1925.9171.88-
YUV140.61173.94173.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=39.50%
G=17.73%
B=42.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal205922220.080.5900.13292.1566.3361.57
HexCD5CDE83B0D124423e
Octal315134336107301544410276
Binary110011011011100110111101000111011011011001001001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5CDE; }

 p { color: rgb(205,92,222); }

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

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

 a { background-color: rgb(205,92,222); }

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

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

 span { border-color: rgb(205,92,222); }

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