Html Css Color HEX #C017FF Electric Purple

📋 copy color: '#C017FF'

red 192 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #C017FF

Tints of Electric Purple #C017FF

RGB

 RED value IS 192 (75.39% from 255) = 40.85%

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

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

R = 40.85%
G = 4.89%
B = 54.26%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C017FF (or 0xC017FF) is known color: Electric Purple. HEX triplet: C0, 17 and FF. RGB value is (192,23,255). Sum of RGB (Red+Green+Blue) = 192+23+255=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C017FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C017FF is #3FE800. Grayscale: #636363. Windows color (decimal): -4188161 or 16717760. OLE color: 16717760.

HSL color Cylindrical-coordinate representation of color #C017FF: hue angle of 283.71º 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 #C017FF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 23 255 -
CMYK 0.25 0.91 0 0
HSL 283.71º 1% 0.55% -
HSV(B) 283.71º 0.91% 1% -
XYZ 40.09 19.04 96.17 -
YUV 99.98 215.49 193.64 -
System Red Green Blue C M Y K H S L
Decimal 192 23 255 0.25 0.91 0 0 283.71 1 0.55
Hex C0 17 FF 19 5B 0 0 11C 64 37
Octal 300 27 377 31 133 0 0 434 144 67
Binary 11000000 10111 11111111 11001 1011011 0 0 100011100 1100100 110111

Color Harmonies of #C017FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017FF

Black with #C017FF

Text Example


Text Example

White with #C017FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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