Html Css Color HEX #CC0FFF Electric Purple

📋 copy color: '#CC0FFF'

red 204 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #CC0FFF

Tints of Electric Purple #CC0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.16%

 BLUE value IS 255 (100% from 255) = 53.8%

R = 43.04%
G = 3.16%
B = 53.8%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC0FFF (or 0xCC0FFF) is known color: Electric Purple. HEX triplet: CC, 0F and FF. RGB value is (204,15,255). Sum of RGB (Red+Green+Blue) = 204+15+255=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FFF is #33F000. Grayscale: #626262. Windows color (decimal): -3403777 or 16715724. OLE color: 16715724.

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

Color convert

RGB 204 15 255 -
CMYK 0.2 0.94 0 0
HSL 287.25º 1% 0.53% -
HSV(B) 287.25º 0.94% 1% -
XYZ 43.12 20.4 96.27 -
YUV 98.87 216.12 202.99 -
System Red Green Blue C M Y K H S L
Decimal 204 15 255 0.2 0.94 0 0 287.25 1 0.53
Hex CC F FF 14 5E 0 0 11F 64 35
Octal 314 17 377 24 136 0 0 437 144 65
Binary 11001100 1111 11111111 10100 1011110 0 0 100011111 1100100 110101

Color Harmonies of #CC0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0FFF

Black with #CC0FFF

Text Example


Text Example

White with #CC0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0FFF; }

 p { color: rgb(204,15,255); }

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

background-color css

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

 a { background-color: rgb(204,15,255); }

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

border-color css

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

 span { border-color: rgb(204,15,255); }

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