Html Css Color HEX #CC17EC Electric Purple

📋 copy color: '#CC17EC'

red 204 ◦ green 23 ◦ blue 236

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

Shades of Electric Purple #CC17EC

Tints of Electric Purple #CC17EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.97%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 44.06%
G = 4.97%
B = 50.97%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC17EC (or 0xCC17EC) is known color: Electric Purple. HEX triplet: CC, 17 and EC. RGB value is (204,23,236). Sum of RGB (Red+Green+Blue) = 204+23+236=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17EC is #33E813. Grayscale: #646464. Windows color (decimal): -3401748 or 15472588. OLE color: 15472588.

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

Color convert

RGB 204 23 236 -
CMYK 0.14 0.90 0 0.07
HSL 290.99º 0.85% 0.51% -
HSV(B) 290.99º 0.9% 0.93% -
XYZ 40.35 19.51 81 -
YUV 101.4 203.97 201.18 -
System Red Green Blue C M Y K H S L
Decimal 204 23 236 0.14 0.90 0 0.07 290.99 0.85 0.51
Hex CC 17 EC E 5A 0 7 123 55 33
Octal 314 27 354 16 132 0 7 443 125 63
Binary 11001100 10111 11101100 1110 1011010 0 111 100100011 1010101 110011

Color Harmonies of #CC17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17EC

Black with #CC17EC

Text Example


Text Example

White with #CC17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17EC; }

 p { color: rgb(204,23,236); }

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

background-color css

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

 a { background-color: rgb(204,23,236); }

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

border-color css

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

 span { border-color: rgb(204,23,236); }

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