#CC10F7

Color #CC10F7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CC10F7

Tints of Electric Purple #CC10F7

Color information

#CC10F7 (or 0xCC10F7) is unknown color: approx Electric Purple. HEX triplet: CC, 10 and F7. RGB value is (204,16,247). Sum of RGB (Red+Green+Blue) = 204+16+247=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC10F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10F7 is #33EF08. Grayscale: #616161. Windows color (decimal): -3403529 or 16191692. OLE color: 16191692.

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

Color convert

RGB20416247-
CMYK0.170.9400.03
HSL288.83º93.52%51.57%-
HSV(B)288.83º93.52%96.86%-
XYZ41.8819.9289.63-
YUV98.55211.78203.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 16 (6.64% from 255) = 3.43%
BLUE value IS 247 (96.88% from 255) = 52.89%
R=43.68%
G=3.43%
B=52.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204162470.170.9400.03288.8393.5251.57
HexCC10F7115E031215e34
Octal31420367211360344113664
Binary1100110010000111101111000110111100111001000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC10F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC10F7; }

 p { color: rgb(204,16,247); }

 H1.HeaderClassName
 {
   color: #CC10F7;
 }
 .AnyTagClassName
 {
   color: #CC10F7;
 }
</style>
background-color css

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

 a { background-color: rgb(204,16,247); }

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

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

 span { border-color: rgb(204,16,247); }

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