Html Css Color HEX #CC08FA Electric Purple

📋 copy color: '#CC08FA'

red 204 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #CC08FA

Tints of Electric Purple #CC08FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.73%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 44.16%
G = 1.73%
B = 54.11%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC08FA (or 0xCC08FA) is known color: Electric Purple. HEX triplet: CC, 08 and FA. RGB value is (204,8,250). Sum of RGB (Red+Green+Blue) = 204+8+250=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC08FA is #33F705. Grayscale: #5D5D5D. Windows color (decimal): -3405574 or 16386252. OLE color: 16386252.

HSL color Cylindrical-coordinate representation of color #CC08FA: hue angle of 288.6º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC08FA is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 8 250 -
CMYK 0.18 0.97 0 0.02
HSL 288.6º 0.96% 0.51% -
HSV(B) 288.6º 0.97% 0.98% -
XYZ 42.24 19.91 92.06 -
YUV 94.19 215.93 206.32 -
System Red Green Blue C M Y K H S L
Decimal 204 8 250 0.18 0.97 0 0.02 288.6 0.96 0.51
Hex CC 8 FA 12 61 0 2 121 60 33
Octal 314 10 372 22 141 0 2 441 140 63
Binary 11001100 1000 11111010 10010 1100001 0 10 100100001 1100000 110011

Color Harmonies of #CC08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08FA

Black with #CC08FA

Text Example


Text Example

White with #CC08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08FA; }

 p { color: rgb(204,8,250); }

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

background-color css

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

 a { background-color: rgb(204,8,250); }

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

border-color css

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

 span { border-color: rgb(204,8,250); }

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