Html Css Color HEX #C017FC Electric Purple

📋 copy color: '#C017FC'

red 192 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #C017FC

Tints of Electric Purple #C017FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 41.11%
G = 4.93%
B = 53.96%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C017FC (or 0xC017FC) is known color: Electric Purple. HEX triplet: C0, 17 and FC. RGB value is (192,23,252). Sum of RGB (Red+Green+Blue) = 192+23+252=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #C017FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C017FC is #3FE803. Grayscale: #626262. Windows color (decimal): -4188164 or 16521152. OLE color: 16521152.

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

Color convert

RGB 192 23 252 -
CMYK 0.24 0.91 0 0.01
HSL 284.28º 0.97% 0.54% -
HSV(B) 284.28º 0.91% 0.99% -
XYZ 39.62 18.85 93.65 -
YUV 99.64 213.99 193.88 -
System Red Green Blue C M Y K H S L
Decimal 192 23 252 0.24 0.91 0 0.01 284.28 0.97 0.54
Hex C0 17 FC 18 5B 0 1 11C 61 36
Octal 300 27 374 30 133 0 1 434 141 66
Binary 11000000 10111 11111100 11000 1011011 0 1 100011100 1100001 110110

Color Harmonies of #C017FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C017FC

Black with #C017FC

Text Example


Text Example

White with #C017FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C017FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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