Html Css Color HEX #CC27EF Electric Purple

📋 copy color: '#CC27EF'

red 204 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #CC27EF

Tints of Electric Purple #CC27EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 42.32%
G = 8.09%
B = 49.59%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC27EF (or 0xCC27EF) is known color: Electric Purple. HEX triplet: CC, 27 and EF. RGB value is (204,39,239). Sum of RGB (Red+Green+Blue) = 204+39+239=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC27EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27EF is #33D810. Grayscale: #6E6E6E. Windows color (decimal): -3397649 or 15673292. OLE color: 15673292.

HSL color Cylindrical-coordinate representation of color #CC27EF: hue angle of 289.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC27EF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 39 239 -
CMYK 0.15 0.84 0 0.06
HSL 289.5º 0.86% 0.55% -
HSV(B) 289.5º 0.84% 0.94% -
XYZ 41.21 20.52 83.45 -
YUV 111.14 200.16 194.24 -
System Red Green Blue C M Y K H S L
Decimal 204 39 239 0.15 0.84 0 0.06 289.5 0.86 0.55
Hex CC 27 EF F 54 0 6 122 56 37
Octal 314 47 357 17 124 0 6 442 126 67
Binary 11001100 100111 11101111 1111 1010100 0 110 100100010 1010110 110111

Color Harmonies of #CC27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27EF

Black with #CC27EF

Text Example


Text Example

White with #CC27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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