#CC2EFE

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

Shades of Electric Purple #CC2EFE

Tints of Electric Purple #CC2EFE

Color information

#CC2EFE (or 0xCC2EFE) is unknown color: approx Electric Purple. HEX triplet: CC, 2E and FE. RGB value is (204,46,254). Sum of RGB (Red+Green+Blue) = 204+46+254=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC2EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFE is #33D101. Grayscale: #747474. Windows color (decimal): -3395842 or 16658124. OLE color: 16658124.

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

Color convert

RGB20446254-
CMYK0.200.8200.00
HSL285.58º99.05%58.82%-
HSV(B)285.58º81.89%99.61%-
XYZ43.7721.9595.7-
YUV116.95205.35190.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 46 (18.36% from 255) = 9.13%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=40.48%
G=9.13%
B=50.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal204462540.200.8200.00285.5899.0558.82
HexCC2EFE14520011e633b
Octal31456376241220043614373
Binary1100110010111011111110101001010010001000111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2EFE; }

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

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

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

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

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

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

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

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