#CC22FE

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

Shades of Electric Purple #CC22FE

Tints of Electric Purple #CC22FE

Color information

#CC22FE (or 0xCC22FE) is unknown color: approx Electric Purple. HEX triplet: CC, 22 and FE. RGB value is (204,34,254). Sum of RGB (Red+Green+Blue) = 204+34+254=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 34 (13.67% from 255 or 6.91% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC22FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22FE is #33DD01. Grayscale: #6D6D6D. Windows color (decimal): -3398914 or 16655052. OLE color: 16655052.

HSL color Cylindrical-coordinate representation of color #CC22FE: hue angle of 286.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC22FE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20434254-
CMYK0.200.8700.00
HSL286.36º99.1%56.47%-
HSV(B)286.36º86.61%99.61%-
XYZ43.3621.1495.56-
YUV109.91209.32195.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 34 (13.67% from 255) = 6.91%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=41.46%
G=6.91%
B=51.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204342540.200.8700.00286.3699.156.47
HexCC22FE14570011e6338
Octal31442376241270043614370
Binary1100110010001011111110101001010111001000111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC22FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC22FE; }

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

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

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

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

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

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

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

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