#ce57e7

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

Shades of Medium Orchid #CE57E7

Tints of Medium Orchid #CE57E7

Color information

#CE57E7 (or 0xCE57E7) is unknown color: approx Medium Orchid. HEX triplet: CE, 57 and E7. RGB value is (206,87,231). Sum of RGB (Red+Green+Blue) = 206+87+231=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE57E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57E7 is #31A818. Grayscale: #8A8A8A. Windows color (decimal): -3254297 or 15161294. OLE color: 15161294.

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

Color convert

RGB20687231-
CMYK0.110.6200.09
HSL289.58º75%62.35%-
HSV(B)289.58º62.34%90.59%-
XYZ43.2925.7178.28-
YUV139179.92175.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 87 (34.38% from 255) = 16.60%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=39.31%
G=16.60%
B=44.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206872310.110.6200.09289.587562.35
HexCE57E7B3E091224b3e
Octal316127347137601144211376
Binary110011101010111111001111011111110010011001000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce57e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce57e7; }

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

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

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

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

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

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

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

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