Html Css Color HEX #C316FC Electric Purple

📋 copy color: '#C316FC'

red 195 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #C316FC

Tints of Electric Purple #C316FC

RGB

 RED value IS 195 (76.56% from 255) = 41.58%

 GREEN value IS 22 (8.98% from 255) = 4.69%

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

R = 41.58%
G = 4.69%
B = 53.73%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C316FC (or 0xC316FC) is known color: Electric Purple. HEX triplet: C3, 16 and FC. RGB value is (195,22,252). Sum of RGB (Red+Green+Blue) = 195+22+252=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #C316FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C316FC is #3CE903. Grayscale: #636363. Windows color (decimal): -3991812 or 16520899. OLE color: 16520899.

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

Color convert

RGB 195 22 252 -
CMYK 0.23 0.91 0 0.01
HSL 285.13º 0.97% 0.54% -
HSV(B) 285.13º 0.91% 0.99% -
XYZ 40.36 19.2 93.67 -
YUV 99.95 213.81 195.8 -
System Red Green Blue C M Y K H S L
Decimal 195 22 252 0.23 0.91 0 0.01 285.13 0.97 0.54
Hex C3 16 FC 17 5B 0 1 11D 61 36
Octal 303 26 374 27 133 0 1 435 141 66
Binary 11000011 10110 11111100 10111 1011011 0 1 100011101 1100001 110110

Color Harmonies of #C316FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316FC

Black with #C316FC

Text Example


Text Example

White with #C316FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316FC; }

 p { color: rgb(195,22,252); }

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

background-color css

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

 a { background-color: rgb(195,22,252); }

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

border-color css

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

 span { border-color: rgb(195,22,252); }

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