#CE5BE0

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

Shades of Medium Orchid #CE5BE0

Tints of Medium Orchid #CE5BE0

Color information

#CE5BE0 (or 0xCE5BE0) is unknown color: approx Medium Orchid. HEX triplet: CE, 5B and E0. RGB value is (206,91,224). Sum of RGB (Red+Green+Blue) = 206+91+224=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BE0 is #31A41F. Grayscale: #8C8C8C. Windows color (decimal): -3253280 or 14703566. OLE color: 14703566.

HSL color Cylindrical-coordinate representation of color #CE5BE0: hue angle of 291.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5BE0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20691224-
CMYK0.080.5900.12
HSL291.88º68.21%61.76%-
HSV(B)291.88º59.38%87.84%-
XYZ42.6525.9973.29-
YUV140.55175.1174.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 91 (35.94% from 255) = 17.47%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=39.54%
G=17.47%
B=42.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206912240.080.5900.12291.8868.2161.76
HexCE5BE083B0C124443e
Octal316133340107301444410476
Binary110011101011011111000001000111011011001001001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BE0; }

 p { color: rgb(206,91,224); }

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

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

 a { background-color: rgb(206,91,224); }

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

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

 span { border-color: rgb(206,91,224); }

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