#CE5FE9

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

Shades of Medium Orchid #CE5FE9

Tints of Medium Orchid #CE5FE9

Color information

#CE5FE9 (or 0xCE5FE9) is unknown color: approx Medium Orchid. HEX triplet: CE, 5F and E9. RGB value is (206,95,233). Sum of RGB (Red+Green+Blue) = 206+95+233=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5FE9 is #31A016. Grayscale: #8F8F8F. Windows color (decimal): -3252247 or 15294414. OLE color: 15294414.

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

Color convert

RGB20695233-
CMYK0.120.5900.09
HSL288.26º75.82%64.31%-
HSV(B)288.26º59.23%91.37%-
XYZ44.2527.1980.01-
YUV143.92178.27172.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 95 (37.5% from 255) = 17.79%
BLUE value IS 233 (91.41% from 255) = 43.63%
R=38.58%
G=17.79%
B=43.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206952330.120.5900.09288.2675.8264.31
HexCE5FE9C3B091204c40
Octal3161373511473011440114100
Binary1100111010111111110100111001110110100110010000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5FE9; }

 p { color: rgb(206,95,233); }

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

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

 a { background-color: rgb(206,95,233); }

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

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

 span { border-color: rgb(206,95,233); }

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