Html Css Color HEX #CC0EFE Electric Purple

📋 copy color: '#CC0EFE'

red 204 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #CC0EFE

Tints of Electric Purple #CC0EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.97%

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

R = 43.22%
G = 2.97%
B = 53.81%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC0EFE (or 0xCC0EFE) is known color: Electric Purple. HEX triplet: CC, 0E and FE. RGB value is (204,14,254). Sum of RGB (Red+Green+Blue) = 204+14+254=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC0EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EFE is #33F101. Grayscale: #616161. Windows color (decimal): -3404034 or 16649932. OLE color: 16649932.

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

Color convert

RGB 204 14 254 -
CMYK 0.20 0.94 0 0.00
HSL 287.5º 0.99% 0.53% -
HSV(B) 287.5º 0.94% 1% -
XYZ 42.95 20.31 95.42 -
YUV 98.17 215.95 203.49 -
System Red Green Blue C M Y K H S L
Decimal 204 14 254 0.20 0.94 0 0.00 287.5 0.99 0.53
Hex CC E FE 14 5E 0 0 120 63 35
Octal 314 16 376 24 136 0 0 440 143 65
Binary 11001100 1110 11111110 10100 1011110 0 0 100100000 1100011 110101

Color Harmonies of #CC0EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EFE

Black with #CC0EFE

Text Example


Text Example

White with #CC0EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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