Html Css Color HEX #CC17FA Electric Purple

📋 copy color: '#CC17FA'

red 204 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #CC17FA

Tints of Electric Purple #CC17FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 42.77%
G = 4.82%
B = 52.41%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC17FA (or 0xCC17FA) is known color: Electric Purple. HEX triplet: CC, 17 and FA. RGB value is (204,23,250). Sum of RGB (Red+Green+Blue) = 204+23+250=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC17FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17FA is #33E805. Grayscale: #666666. Windows color (decimal): -3401734 or 16390092. OLE color: 16390092.

HSL color Cylindrical-coordinate representation of color #CC17FA: hue angle of 287.84º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC17FA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 23 250 -
CMYK 0.18 0.91 0 0.02
HSL 287.84º 0.96% 0.54% -
HSV(B) 287.84º 0.91% 0.98% -
XYZ 42.46 20.35 92.13 -
YUV 103 210.97 200.04 -
System Red Green Blue C M Y K H S L
Decimal 204 23 250 0.18 0.91 0 0.02 287.84 0.96 0.54
Hex CC 17 FA 12 5B 0 2 120 60 36
Octal 314 27 372 22 133 0 2 440 140 66
Binary 11001100 10111 11111010 10010 1011011 0 10 100100000 1100000 110110

Color Harmonies of #CC17FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17FA

Black with #CC17FA

Text Example


Text Example

White with #CC17FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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