#CE33E5

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

Shades of Medium Orchid #CE33E5

Tints of Medium Orchid #CE33E5

Color information

#CE33E5 (or 0xCE33E5) is unknown color: approx Medium Orchid. HEX triplet: CE, 33 and E5. RGB value is (206,51,229). Sum of RGB (Red+Green+Blue) = 206+51+229=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33E5 is #31CC1A. Grayscale: #757575. Windows color (decimal): -3263515 or 15021006. OLE color: 15021006.

HSL color Cylindrical-coordinate representation of color #CE33E5: hue angle of 292.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE33E5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20651229-
CMYK0.100.7800.10
HSL292.25º77.39%54.9%-
HSV(B)292.25º77.73%89.8%-
XYZ40.7821.1576.06-
YUV117.64190.85191.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 51 (20.31% from 255) = 10.49%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=42.39%
G=10.49%
B=47.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206512290.100.7800.10292.2577.3954.9
HexCE33E5A4E0A1244d37
Octal316633451211601244411567
Binary110011101100111110010110101001110010101001001001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE33E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE33E5; }

 p { color: rgb(206,51,229); }

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

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

 a { background-color: rgb(206,51,229); }

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

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

 span { border-color: rgb(206,51,229); }

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