#CE32E2

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

Shades of Medium Orchid #CE32E2

Tints of Medium Orchid #CE32E2

Color information

#CE32E2 (or 0xCE32E2) is unknown color: approx Medium Orchid. HEX triplet: CE, 32 and E2. RGB value is (206,50,226). Sum of RGB (Red+Green+Blue) = 206+50+226=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE32E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32E2 is #31CD1D. Grayscale: #747474. Windows color (decimal): -3263774 or 14824142. OLE color: 14824142.

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

Color convert

RGB20650226-
CMYK0.090.7800.11
HSL293.18º75.21%54.12%-
HSV(B)293.18º77.88%88.63%-
XYZ40.3220.8973.86-
YUV116.71189.68191.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 50 (19.92% from 255) = 10.37%
BLUE value IS 226 (88.67% from 255) = 46.89%
R=42.74%
G=10.37%
B=46.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206502260.090.7800.11293.1875.2154.12
HexCE32E294E0B1254b36
Octal316623421111601344511366
Binary110011101100101110001010011001110010111001001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE32E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE32E2; }

 p { color: rgb(206,50,226); }

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

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

 a { background-color: rgb(206,50,226); }

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

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

 span { border-color: rgb(206,50,226); }

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