Html Css Color HEX #CC27EE Electric Purple

📋 copy color: '#CC27EE'

red 204 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #CC27EE

Tints of Electric Purple #CC27EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.11%

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

R = 42.41%
G = 8.11%
B = 49.48%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC27EE (or 0xCC27EE) is known color: Electric Purple. HEX triplet: CC, 27 and EE. RGB value is (204,39,238). Sum of RGB (Red+Green+Blue) = 204+39+238=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27EE is #33D811. Grayscale: #6E6E6E. Windows color (decimal): -3397650 or 15607756. OLE color: 15607756.

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

Color convert

RGB 204 39 238 -
CMYK 0.14 0.84 0 0.07
HSL 289.75º 0.85% 0.54% -
HSV(B) 289.75º 0.84% 0.93% -
XYZ 41.06 20.46 82.67 -
YUV 111.02 199.66 194.32 -
System Red Green Blue C M Y K H S L
Decimal 204 39 238 0.14 0.84 0 0.07 289.75 0.85 0.54
Hex CC 27 EE E 54 0 7 122 55 36
Octal 314 47 356 16 124 0 7 442 125 66
Binary 11001100 100111 11101110 1110 1010100 0 111 100100010 1010101 110110

Color Harmonies of #CC27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27EE

Black with #CC27EE

Text Example


Text Example

White with #CC27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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