#CC07EB

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

Shades of Electric Purple #CC07EB

Tints of Electric Purple #CC07EB

Color information

#CC07EB (or 0xCC07EB) is unknown color: approx Electric Purple. HEX triplet: CC, 07 and EB. RGB value is (204,7,235). Sum of RGB (Red+Green+Blue) = 204+7+235=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC07EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC07EB is #33F814. Grayscale: #5B5B5B. Windows color (decimal): -3405845 or 15402956. OLE color: 15402956.

HSL color Cylindrical-coordinate representation of color #CC07EB: hue angle of 291.84º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07EB is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2047235-
CMYK0.130.9700.08
HSL291.84º94.21%47.45%-
HSV(B)291.84º97.02%92.16%-
XYZ39.9718.9980.16-
YUV91.9208.77207.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 7 (3.12% from 255) = 1.57%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=45.74%
G=1.57%
B=52.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20472350.130.9700.08291.8494.2147.45
HexCC7EBD61081245e2f
Octal31473531514101044413657
Binary110011001111110101111011100001010001001001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC07EB; }

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

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

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

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

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

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

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

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