Html Css Color HEX #CC17EA Electric Purple

📋 copy color: '#CC17EA'

red 204 ◦ green 23 ◦ blue 234

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

Shades of Electric Purple #CC17EA

Tints of Electric Purple #CC17EA

RGB

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

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

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

R = 44.25%
G = 4.99%
B = 50.76%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC17EA (or 0xCC17EA) is known color: Electric Purple. HEX triplet: CC, 17 and EA. RGB value is (204,23,234). Sum of RGB (Red+Green+Blue) = 204+23+234=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17EA is #33E815. Grayscale: #646464. Windows color (decimal): -3401750 or 15341516. OLE color: 15341516.

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

Color convert

RGB 204 23 234 -
CMYK 0.13 0.90 0 0.08
HSL 291.47º 0.83% 0.5% -
HSV(B) 291.47º 0.9% 0.92% -
XYZ 40.06 19.39 79.47 -
YUV 101.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 204 23 234 0.13 0.90 0 0.08 291.47 0.83 0.5
Hex CC 17 EA D 5A 0 8 123 53 32
Octal 314 27 352 15 132 0 10 443 123 62
Binary 11001100 10111 11101010 1101 1011010 0 1000 100100011 1010011 110010

Color Harmonies of #CC17EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17EA

Black with #CC17EA

Text Example


Text Example

White with #CC17EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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