#CD52E1

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

Shades of Medium Orchid #CD52E1

Tints of Medium Orchid #CD52E1

Color information

#CD52E1 (or 0xCD52E1) is unknown color: approx Medium Orchid. HEX triplet: CD, 52 and E1. RGB value is (205,82,225). Sum of RGB (Red+Green+Blue) = 205+82+225=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD52E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD52E1 is #32AD1E. Grayscale: #868686. Windows color (decimal): -3321119 or 14766797. OLE color: 14766797.

HSL color Cylindrical-coordinate representation of color #CD52E1: hue angle of 291.61º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD52E1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20582225-
CMYK0.090.6400.12
HSL291.61º70.44%60.2%-
HSV(B)291.61º63.56%88.24%-
XYZ41.7824.4573.75-
YUV135.08178.75177.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=40.04%
G=16.02%
B=43.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205822250.090.6400.12291.6170.4460.2
HexCD52E19400C124463c
Octal3151223411110001444410674
Binary1100110110100101110000110011000000011001001001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52E1; }

 p { color: rgb(205,82,225); }

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

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

 a { background-color: rgb(205,82,225); }

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

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

 span { border-color: rgb(205,82,225); }

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