#CD53E1

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

Shades of Medium Orchid #CD53E1

Tints of Medium Orchid #CD53E1

Color information

#CD53E1 (or 0xCD53E1) is unknown color: approx Medium Orchid. HEX triplet: CD, 53 and E1. RGB value is (205,83,225). Sum of RGB (Red+Green+Blue) = 205+83+225=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD53E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53E1 is #32AC1E. Grayscale: #878787. Windows color (decimal): -3320863 or 14767053. OLE color: 14767053.

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

Color convert

RGB20583225-
CMYK0.090.6300.12
HSL291.55º70.3%60.39%-
HSV(B)291.55º63.11%88.24%-
XYZ41.8624.673.78-
YUV135.67178.42177.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 83 (32.81% from 255) = 16.18%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=39.96%
G=16.18%
B=43.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205832250.090.6300.12291.5570.360.39
HexCD53E193F0C124463c
Octal315123341117701444410674
Binary110011011010011111000011001111111011001001001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD53E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD53E1; }

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

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

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

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

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

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

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

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