Html Css Color HEX #CC27EA Electric Purple

📋 copy color: '#CC27EA'

red 204 ◦ green 39 ◦ blue 234

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

Shades of Electric Purple #CC27EA

Tints of Electric Purple #CC27EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 42.77%
G = 8.18%
B = 49.06%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC27EA (or 0xCC27EA) is known color: Electric Purple. HEX triplet: CC, 27 and EA. RGB value is (204,39,234). Sum of RGB (Red+Green+Blue) = 204+39+234=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC27EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27EA is #33D815. Grayscale: #6D6D6D. Windows color (decimal): -3397654 or 15345612. OLE color: 15345612.

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

Color convert

RGB 204 39 234 -
CMYK 0.13 0.83 0 0.08
HSL 290.77º 0.82% 0.54% -
HSV(B) 290.77º 0.83% 0.92% -
XYZ 40.48 20.23 79.61 -
YUV 110.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 204 39 234 0.13 0.83 0 0.08 290.77 0.82 0.54
Hex CC 27 EA D 53 0 8 123 52 36
Octal 314 47 352 15 123 0 10 443 122 66
Binary 11001100 100111 11101010 1101 1010011 0 1000 100100011 1010010 110110

Color Harmonies of #CC27EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27EA

Black with #CC27EA

Text Example


Text Example

White with #CC27EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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