Html Css Color HEX #CC17F5 Electric Purple

📋 copy color: '#CC17F5'

red 204 ◦ green 23 ◦ blue 245

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

Shades of Electric Purple #CC17F5

Tints of Electric Purple #CC17F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.91%

R = 43.22%
G = 4.87%
B = 51.91%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC17F5 (or 0xCC17F5) is known color: Electric Purple. HEX triplet: CC, 17 and F5. RGB value is (204,23,245). Sum of RGB (Red+Green+Blue) = 204+23+245=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC17F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17F5 is #33E80A. Grayscale: #656565. Windows color (decimal): -3401739 or 16062412. OLE color: 16062412.

HSL color Cylindrical-coordinate representation of color #CC17F5: hue angle of 288.92º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC17F5 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 23 245 -
CMYK 0.17 0.91 0 0.04
HSL 288.92º 0.92% 0.53% -
HSV(B) 288.92º 0.91% 0.96% -
XYZ 41.69 20.04 88.06 -
YUV 102.43 208.47 200.45 -
System Red Green Blue C M Y K H S L
Decimal 204 23 245 0.17 0.91 0 0.04 288.92 0.92 0.53
Hex CC 17 F5 11 5B 0 4 121 5C 35
Octal 314 27 365 21 133 0 4 441 134 65
Binary 11001100 10111 11110101 10001 1011011 0 100 100100001 1011100 110101

Color Harmonies of #CC17F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17F5

Black with #CC17F5

Text Example


Text Example

White with #CC17F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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