#CD53E4

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

Shades of Medium Orchid #CD53E4

Tints of Medium Orchid #CD53E4

Color information

#CD53E4 (or 0xCD53E4) is unknown color: approx Medium Orchid. HEX triplet: CD, 53 and E4. RGB value is (205,83,228). Sum of RGB (Red+Green+Blue) = 205+83+228=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD53E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53E4 is #32AC1B. Grayscale: #878787. Windows color (decimal): -3320860 or 14963661. OLE color: 14963661.

HSL color Cylindrical-coordinate representation of color #CD53E4: hue angle of 290.48º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD53E4 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20583228-
CMYK0.100.6400.11
HSL290.48º72.86%60.98%-
HSV(B)290.48º63.6%89.41%-
XYZ42.2724.7775.95-
YUV136.01179.92177.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 83 (32.81% from 255) = 16.09%
BLUE value IS 228 (89.45% from 255) = 44.19%
R=39.73%
G=16.09%
B=44.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205832280.100.6400.11290.4872.8660.98
HexCD53E4A400B122493d
Octal3151233441210001344211175
Binary1100110110100111110010010101000000010111001000101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD53E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD53E4; }

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

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

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

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

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

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

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

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