Html Css Color HEX #CC07FA Electric Purple

📋 copy color: '#CC07FA'

red 204 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #CC07FA

Tints of Electric Purple #CC07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.52%

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

R = 44.25%
G = 1.52%
B = 54.23%

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

#CC07FA (or 0xCC07FA) is known color: Electric Purple. HEX triplet: CC, 07 and FA. RGB value is (204,7,250). Sum of RGB (Red+Green+Blue) = 204+7+250=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC07FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07FA is #33F805. Grayscale: #5C5C5C. Windows color (decimal): -3405830 or 16385996. OLE color: 16385996.

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

Color convert

RGB 204 7 250 -
CMYK 0.18 0.97 0 0.02
HSL 288.64º 0.96% 0.5% -
HSV(B) 288.64º 0.97% 0.98% -
XYZ 42.23 19.89 92.06 -
YUV 93.61 216.27 206.74 -
System Red Green Blue C M Y K H S L
Decimal 204 7 250 0.18 0.97 0 0.02 288.64 0.96 0.5
Hex CC 7 FA 12 61 0 2 121 60 32
Octal 314 7 372 22 141 0 2 441 140 62
Binary 11001100 111 11111010 10010 1100001 0 10 100100001 1100000 110010

Color Harmonies of #CC07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07FA

Black with #CC07FA

Text Example


Text Example

White with #CC07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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