Html Css Color HEX #CC1EFE Electric Purple

📋 copy color: '#CC1EFE'

red 204 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #CC1EFE

Tints of Electric Purple #CC1EFE

RGB

 RED value IS 204 (80.08% from 255) = 41.8%

 GREEN value IS 30 (12.11% from 255) = 6.15%

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 41.8%
G = 6.15%
B = 52.05%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC1EFE (or 0xCC1EFE) is known color: Electric Purple. HEX triplet: CC, 1E and FE. RGB value is (204,30,254). Sum of RGB (Red+Green+Blue) = 204+30+254=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC1EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EFE is #33E101. Grayscale: #6A6A6A. Windows color (decimal): -3399938 or 16654028. OLE color: 16654028.

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

Color convert

RGB 204 30 254 -
CMYK 0.20 0.88 0 0.00
HSL 286.61º 0.99% 0.56% -
HSV(B) 286.61º 0.88% 1% -
XYZ 43.26 20.92 95.52 -
YUV 107.56 210.65 196.79 -
System Red Green Blue C M Y K H S L
Decimal 204 30 254 0.20 0.88 0 0.00 286.61 0.99 0.56
Hex CC 1E FE 14 58 0 0 11F 63 38
Octal 314 36 376 24 130 0 0 437 143 70
Binary 11001100 11110 11111110 10100 1011000 0 0 100011111 1100011 111000

Color Harmonies of #CC1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EFE

Black with #CC1EFE

Text Example


Text Example

White with #CC1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EFE; }

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

 H1.HeaderClassName
 {
   color: #CC1EFE;
 }
 .AnyTagClassName
 {
   color: #CC1EFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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