Html Css Color HEX #CC22EE Electric Purple

📋 copy color: '#CC22EE'

red 204 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #CC22EE

Tints of Electric Purple #CC22EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.14%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 42.86%
G = 7.14%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC22EE (or 0xCC22EE) is known color: Electric Purple. HEX triplet: CC, 22 and EE. RGB value is (204,34,238). Sum of RGB (Red+Green+Blue) = 204+34+238=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 34 (13.67% from 255 or 7.14% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC22EE is #33DD11. Grayscale: #6B6B6B. Windows color (decimal): -3398930 or 15606476. OLE color: 15606476.

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

Color convert

RGB 204 34 238 -
CMYK 0.14 0.86 0 0.07
HSL 290º 0.86% 0.53% -
HSV(B) 290º 0.86% 0.93% -
XYZ 40.91 20.15 82.62 -
YUV 108.09 201.32 196.41 -
System Red Green Blue C M Y K H S L
Decimal 204 34 238 0.14 0.86 0 0.07 290 0.86 0.53
Hex CC 22 EE E 56 0 7 122 56 35
Octal 314 42 356 16 126 0 7 442 126 65
Binary 11001100 100010 11101110 1110 1010110 0 111 100100010 1010110 110101

Color Harmonies of #CC22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC22EE

Black with #CC22EE

Text Example


Text Example

White with #CC22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC22EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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