Html Css Color HEX #CC17FF Electric Purple

📋 copy color: '#CC17FF'

red 204 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #CC17FF

Tints of Electric Purple #CC17FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 42.32%
G = 4.77%
B = 52.9%

CMYK

 C value IS 0.2

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC17FF (or 0xCC17FF) is known color: Electric Purple. HEX triplet: CC, 17 and FF. RGB value is (204,23,255). Sum of RGB (Red+Green+Blue) = 204+23+255=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17FF is #33E800. Grayscale: #666666. Windows color (decimal): -3401729 or 16717772. OLE color: 16717772.

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

Color convert

RGB 204 23 255 -
CMYK 0.2 0.91 0 0
HSL 286.81º 1% 0.55% -
HSV(B) 286.81º 0.91% 1% -
XYZ 43.26 20.67 96.32 -
YUV 103.57 213.47 199.64 -
System Red Green Blue C M Y K H S L
Decimal 204 23 255 0.2 0.91 0 0 286.81 1 0.55
Hex CC 17 FF 14 5B 0 0 11F 64 37
Octal 314 27 377 24 133 0 0 437 144 67
Binary 11001100 10111 11111111 10100 1011011 0 0 100011111 1100100 110111

Color Harmonies of #CC17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17FF

Black with #CC17FF

Text Example


Text Example

White with #CC17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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