Html Css Color HEX #CC27FF Electric Purple

📋 copy color: '#CC27FF'

red 204 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #CC27FF

Tints of Electric Purple #CC27FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 40.96%
G = 7.83%
B = 51.2%

CMYK

 C value IS 0.2

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC27FF (or 0xCC27FF) is known color: Electric Purple. HEX triplet: CC, 27 and FF. RGB value is (204,39,255). Sum of RGB (Red+Green+Blue) = 204+39+255=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC27FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27FF is #33D800. Grayscale: #707070. Windows color (decimal): -3397633 or 16721868. OLE color: 16721868.

HSL color Cylindrical-coordinate representation of color #CC27FF: hue angle of 285.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC27FF is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 39 255 -
CMYK 0.2 0.85 0 0
HSL 285.83º 1% 0.58% -
HSV(B) 285.83º 0.85% 1% -
XYZ 43.68 21.51 96.46 -
YUV 112.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 204 39 255 0.2 0.85 0 0 285.83 1 0.58
Hex CC 27 FF 14 55 0 0 11E 64 3A
Octal 314 47 377 24 125 0 0 436 144 72
Binary 11001100 100111 11111111 10100 1010101 0 0 100011110 1100100 111010

Color Harmonies of #CC27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27FF

Black with #CC27FF

Text Example


Text Example

White with #CC27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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