Html Css Color HEX #CC08FF Electric Purple

📋 copy color: '#CC08FF'

red 204 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #CC08FF

Tints of Electric Purple #CC08FF

RGB

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

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

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

R = 43.68%
G = 1.71%
B = 54.6%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC08FF (or 0xCC08FF) is known color: Electric Purple. HEX triplet: CC, 08 and FF. RGB value is (204,8,255). Sum of RGB (Red+Green+Blue) = 204+8+255=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 8 (3.52% from 255 or 1.71% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC08FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC08FF is #33F700. Grayscale: #5D5D5D. Windows color (decimal): -3405569 or 16713932. OLE color: 16713932.

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

Color convert

RGB 204 8 255 -
CMYK 0.2 0.97 0 0
HSL 287.61º 1% 0.52% -
HSV(B) 287.61º 0.97% 1% -
XYZ 43.04 20.23 96.24 -
YUV 94.76 218.43 205.92 -
System Red Green Blue C M Y K H S L
Decimal 204 8 255 0.2 0.97 0 0 287.61 1 0.52
Hex CC 8 FF 14 61 0 0 120 64 34
Octal 314 10 377 24 141 0 0 440 144 64
Binary 11001100 1000 11111111 10100 1100001 0 0 100100000 1100100 110100

Color Harmonies of #CC08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC08FF

Black with #CC08FF

Text Example


Text Example

White with #CC08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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