#CE53E8

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

Shades of Medium Orchid #CE53E8

Tints of Medium Orchid #CE53E8

Color information

#CE53E8 (or 0xCE53E8) is unknown color: approx Medium Orchid. HEX triplet: CE, 53 and E8. RGB value is (206,83,232). Sum of RGB (Red+Green+Blue) = 206+83+232=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE53E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53E8 is #31AC17. Grayscale: #888888. Windows color (decimal): -3255320 or 15225806. OLE color: 15225806.

HSL color Cylindrical-coordinate representation of color #CE53E8: hue angle of 289.53º 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 #CE53E8 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20683232-
CMYK0.110.6400.09
HSL289.53º76.41%61.76%-
HSV(B)289.53º64.22%90.98%-
XYZ43.1125.1378.92-
YUV136.76181.75177.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 83 (32.81% from 255) = 15.93%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=39.54%
G=15.93%
B=44.53%

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
Decimal206832320.110.6400.09289.5376.4161.76
HexCE53E8B40091224c3e
Octal3161233501310001144211476
Binary1100111010100111110100010111000000010011001000101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE53E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE53E8; }

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

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

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

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

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

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

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

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