Html Css Color HEX #CC27EB Electric Purple

📋 copy color: '#CC27EB'

red 204 ◦ green 39 ◦ blue 235

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

Shades of Electric Purple #CC27EB

Tints of Electric Purple #CC27EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 42.68%
G = 8.16%
B = 49.16%

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

#CC27EB (or 0xCC27EB) is known color: Electric Purple. HEX triplet: CC, 27 and EB. RGB value is (204,39,235). Sum of RGB (Red+Green+Blue) = 204+39+235=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC27EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27EB is #33D814. Grayscale: #6E6E6E. Windows color (decimal): -3397653 or 15411148. OLE color: 15411148.

HSL color Cylindrical-coordinate representation of color #CC27EB: hue angle of 290.51º degrees, saturation: 0.83, 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 #CC27EB is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 39 235 -
CMYK 0.13 0.83 0 0.08
HSL 290.51º 0.83% 0.54% -
HSV(B) 290.51º 0.83% 0.92% -
XYZ 40.62 20.29 80.37 -
YUV 110.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 204 39 235 0.13 0.83 0 0.08 290.51 0.83 0.54
Hex CC 27 EB D 53 0 8 123 53 36
Octal 314 47 353 15 123 0 10 443 123 66
Binary 11001100 100111 11101011 1101 1010011 0 1000 100100011 1010011 110110

Color Harmonies of #CC27EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC27EB

Black with #CC27EB

Text Example


Text Example

White with #CC27EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC27EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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