#CC22EE

Color #CC22EE Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CC22EE

Tints of Electric Purple #CC22EE

Color information

#CC22EE (or 0xCC22EE) is unknown color: approx Electric Purple. HEX triplet: CC, 22 and EE. RGB value is (204,34,238). Sum of RGB (Red+Green+Blue) = 204+34+238=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22EE is #33DD11. Grayscale: #6B6B6B. Windows color (decimal): -3398930 or 15606476. OLE color: 15606476.

HSL color Cylindrical-coordinate representation of color #CC22EE: hue angle of 290º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC22EE is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20434238-
CMYK0.140.8600.07
HSL290º85.71%53.33%-
HSV(B)290º85.71%93.33%-
XYZ40.9120.1582.62-
YUV108.09201.32196.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 7.14%
BLUE value IS 238 (93.36% from 255) = 50%
R=42.86%
G=7.14%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204342380.140.8600.0729085.7153.33
HexCC22EEE56071225635
Octal31442356161260744212665
Binary11001100100010111011101110101011001111001000101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC22EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC22EE; }

 p { color: rgb(204,34,238); }

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

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

 a { background-color: rgb(204,34,238); }

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

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

 span { border-color: rgb(204,34,238); }

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