Html Css Color HEX #CC17FE Electric Purple

📋 copy color: '#CC17FE'

red 204 ◦ green 23 ◦ blue 254

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

Shades of Electric Purple #CC17FE

Tints of Electric Purple #CC17FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.81%

R = 42.41%
G = 4.78%
B = 52.81%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC17FE (or 0xCC17FE) is known color: Electric Purple. HEX triplet: CC, 17 and FE. RGB value is (204,23,254). Sum of RGB (Red+Green+Blue) = 204+23+254=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17FE is #33E801. Grayscale: #666666. Windows color (decimal): -3401730 or 16652236. OLE color: 16652236.

HSL color Cylindrical-coordinate representation of color #CC17FE: hue angle of 287.01º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC17FE is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 23 254 -
CMYK 0.20 0.91 0 0.00
HSL 287.01º 0.99% 0.54% -
HSV(B) 287.01º 0.91% 1% -
XYZ 43.1 20.61 95.47 -
YUV 103.45 212.97 199.72 -
System Red Green Blue C M Y K H S L
Decimal 204 23 254 0.20 0.91 0 0.00 287.01 0.99 0.54
Hex CC 17 FE 14 5B 0 0 11F 63 36
Octal 314 27 376 24 133 0 0 437 143 66
Binary 11001100 10111 11111110 10100 1011011 0 0 100011111 1100011 110110

Color Harmonies of #CC17FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17FE

Black with #CC17FE

Text Example


Text Example

White with #CC17FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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