#CE37E0

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

Shades of Medium Orchid #CE37E0

Tints of Medium Orchid #CE37E0

Color information

#CE37E0 (or 0xCE37E0) is unknown color: approx Medium Orchid. HEX triplet: CE, 37 and E0. RGB value is (206,55,224). Sum of RGB (Red+Green+Blue) = 206+55+224=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37E0 is #31C81F. Grayscale: #767676. Windows color (decimal): -3262496 or 14694350. OLE color: 14694350.

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

Color convert

RGB20655224-
CMYK0.080.7500.12
HSL293.61º73.16%54.71%-
HSV(B)293.61º75.45%87.84%-
XYZ40.2721.2472.5-
YUV119.42187.03189.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 55 (21.88% from 255) = 11.34%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=42.47%
G=11.34%
B=46.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206552240.080.7500.12293.6173.1654.71
HexCE37E084B0C1264937
Octal316673401011301444611167
Binary110011101101111110000010001001011011001001001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE37E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE37E0; }

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

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

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

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

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

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

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

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