Html Css Color HEX #C316FE Electric Purple

📋 copy color: '#C316FE'

red 195 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #C316FE

Tints of Electric Purple #C316FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 41.4%
G = 4.67%
B = 53.93%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C316FE (or 0xC316FE) is known color: Electric Purple. HEX triplet: C3, 16 and FE. RGB value is (195,22,254). Sum of RGB (Red+Green+Blue) = 195+22+254=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C316FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C316FE is #3CE901. Grayscale: #636363. Windows color (decimal): -3991810 or 16651971. OLE color: 16651971.

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

Color convert

RGB 195 22 254 -
CMYK 0.23 0.91 0 0.00
HSL 284.74º 0.99% 0.54% -
HSV(B) 284.74º 0.91% 1% -
XYZ 40.68 19.33 95.35 -
YUV 100.18 214.81 195.64 -
System Red Green Blue C M Y K H S L
Decimal 195 22 254 0.23 0.91 0 0.00 284.74 0.99 0.54
Hex C3 16 FE 17 5B 0 0 11D 63 36
Octal 303 26 376 27 133 0 0 435 143 66
Binary 11000011 10110 11111110 10111 1011011 0 0 100011101 1100011 110110

Color Harmonies of #C316FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316FE

Black with #C316FE

Text Example


Text Example

White with #C316FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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