#CE52E1

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

Shades of Medium Orchid #CE52E1

Tints of Medium Orchid #CE52E1

Color information

#CE52E1 (or 0xCE52E1) is unknown color: approx Medium Orchid. HEX triplet: CE, 52 and E1. RGB value is (206,82,225). Sum of RGB (Red+Green+Blue) = 206+82+225=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 82 (32.42% from 255 or 15.98% 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 #CE52E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52E1 is #31AD1E. Grayscale: #868686. Windows color (decimal): -3255583 or 14766798. OLE color: 14766798.

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

Color convert

RGB20682225-
CMYK0.080.6400.12
HSL292.03º70.44%60.2%-
HSV(B)292.03º63.56%88.24%-
XYZ42.0624.5973.76-
YUV135.38178.58178.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=40.16%
G=15.98%
B=43.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206822250.080.6400.12292.0370.4460.2
HexCE52E18400C124463c
Octal3161223411010001444410674
Binary1100111010100101110000110001000000011001001001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE52E1; }

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

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

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

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

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

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

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

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