Html Css Color HEX #CC2EFE Electric Purple

📋 copy color: '#CC2EFE'

red 204 ◦ green 46 ◦ blue 254

#CC2EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CC2EFE

Tints of Electric Purple #CC2EFE

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.4%

R = 40.48%
G = 9.13%
B = 50.4%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC2EFE (or 0xCC2EFE) is known color: 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

RGB 204 46 254 -
CMYK 0.20 0.82 0 0.00
HSL 285.58º 0.99% 0.59% -
HSV(B) 285.58º 0.82% 1% -
XYZ 43.77 21.95 95.7 -
YUV 116.95 205.35 190.09 -
System Red Green Blue C M Y K H S L
Decimal 204 46 254 0.20 0.82 0 0.00 285.58 0.99 0.59
Hex CC 2E FE 14 52 0 0 11E 63 3B
Octal 314 56 376 24 122 0 0 436 143 73
Binary 11001100 101110 11111110 10100 1010010 0 0 100011110 1100011 111011

Color Harmonies of #CC2EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2EFE

Black with #CC2EFE

Text Example


Text Example

White with #CC2EFE

Text Example


Text Example

HTML Codes & Css Web 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>