#cc00ee

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

Shades of Electric Purple #CC00EE

Tints of Electric Purple #CC00EE

Color information

#CC00EE (or 0xCC00EE) is unknown color: approx Electric Purple. HEX triplet: CC, 00 and EE. RGB value is (204,0,238). Sum of RGB (Red+Green+Blue) = 204+0+238=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00EE is #33FF11. Grayscale: #575757. Windows color (decimal): -3407634 or 15597772. OLE color: 15597772.

HSL color Cylindrical-coordinate representation of color #CC00EE: hue angle of 291.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00EE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2040238-
CMYK0.14100.07
HSL291.43º100%46.67%-
HSV(B)291.43º100%93.33%-
XYZ40.3319.0182.43-
YUV88.13212.59210.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 53.85%
R=46.15%
G=0%
B=53.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20402380.14100.07291.4310046.67
HexCC0EEE6407123642f
Octal3140356161440744314457
Binary110011000111011101110110010001111001000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc00ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc00ee; }

 p { color: rgb(204,0,238); }

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

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

 a { background-color: rgb(204,0,238); }

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

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

 span { border-color: rgb(204,0,238); }

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