Html Css Color HEX #CC0EF0 Electric Purple

📋 copy color: '#CC0EF0'

red 204 ◦ green 14 ◦ blue 240

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

Shades of Electric Purple #CC0EF0

Tints of Electric Purple #CC0EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.4%

R = 44.54%
G = 3.06%
B = 52.4%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC0EF0 (or 0xCC0EF0) is known color: Electric Purple. HEX triplet: CC, 0E and F0. RGB value is (204,14,240). Sum of RGB (Red+Green+Blue) = 204+14+240=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC0EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EF0 is #33F10F. Grayscale: #5F5F5F. Windows color (decimal): -3404048 or 15732428. OLE color: 15732428.

HSL color Cylindrical-coordinate representation of color #CC0EF0: hue angle of 290.44º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EF0 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 14 240 -
CMYK 0.15 0.94 0 0.06
HSL 290.44º 0.89% 0.5% -
HSV(B) 290.44º 0.94% 0.94% -
XYZ 40.79 19.44 84.04 -
YUV 96.57 208.95 204.62 -
System Red Green Blue C M Y K H S L
Decimal 204 14 240 0.15 0.94 0 0.06 290.44 0.89 0.5
Hex CC E F0 F 5E 0 6 122 59 32
Octal 314 16 360 17 136 0 6 442 131 62
Binary 11001100 1110 11110000 1111 1011110 0 110 100100010 1011001 110010

Color Harmonies of #CC0EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0EF0

Black with #CC0EF0

Text Example


Text Example

White with #CC0EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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