Html Css Color HEX #C316FF Electric Purple

📋 copy color: '#C316FF'

red 195 ◦ green 22 ◦ blue 255

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

Shades of Electric Purple #C316FF

Tints of Electric Purple #C316FF

RGB

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

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

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

R = 41.31%
G = 4.66%
B = 54.03%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C316FF (or 0xC316FF) is known color: Electric Purple. HEX triplet: C3, 16 and FF. RGB value is (195,22,255). Sum of RGB (Red+Green+Blue) = 195+22+255=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C316FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C316FF is #3CE900. Grayscale: #636363. Windows color (decimal): -3991809 or 16717507. OLE color: 16717507.

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

Color convert

RGB 195 22 255 -
CMYK 0.24 0.91 0 0
HSL 284.55º 1% 0.54% -
HSV(B) 284.55º 0.91% 1% -
XYZ 40.84 19.4 96.2 -
YUV 100.29 215.31 195.55 -
System Red Green Blue C M Y K H S L
Decimal 195 22 255 0.24 0.91 0 0 284.55 1 0.54
Hex C3 16 FF 18 5B 0 0 11D 64 36
Octal 303 26 377 30 133 0 0 435 144 66
Binary 11000011 10110 11111111 11000 1011011 0 0 100011101 1100100 110110

Color Harmonies of #C316FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C316FF

Black with #C316FF

Text Example


Text Example

White with #C316FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C316FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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