#CE53E7

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

Shades of Medium Orchid #CE53E7

Tints of Medium Orchid #CE53E7

Color information

#CE53E7 (or 0xCE53E7) is unknown color: approx Medium Orchid. HEX triplet: CE, 53 and E7. RGB value is (206,83,231). Sum of RGB (Red+Green+Blue) = 206+83+231=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE53E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53E7 is #31AC18. Grayscale: #888888. Windows color (decimal): -3255321 or 15160270. OLE color: 15160270.

HSL color Cylindrical-coordinate representation of color #CE53E7: hue angle of 289.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE53E7 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20683231-
CMYK0.110.6400.09
HSL289.86º75.51%61.57%-
HSV(B)289.86º64.07%90.59%-
XYZ42.9725.0878.18-
YUV136.65181.25177.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 83 (32.81% from 255) = 15.96%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=39.62%
G=15.96%
B=44.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206832310.110.6400.09289.8675.5161.57
HexCE53E7B40091224c3e
Octal3161233471310001144211476
Binary1100111010100111110011110111000000010011001000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE53E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE53E7; }

 p { color: rgb(206,83,231); }

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

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

 a { background-color: rgb(206,83,231); }

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

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

 span { border-color: rgb(206,83,231); }

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