Html Css Color HEX #C313FF Electric Purple

📋 copy color: '#C313FF'

red 195 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #C313FF

Tints of Electric Purple #C313FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.05%

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

R = 41.58%
G = 4.05%
B = 54.37%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C313FF (or 0xC313FF) is known color: Electric Purple. HEX triplet: C3, 13 and FF. RGB value is (195,19,255). Sum of RGB (Red+Green+Blue) = 195+19+255=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C313FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313FF is #3CEC00. Grayscale: #616161. Windows color (decimal): -3992577 or 16716739. OLE color: 16716739.

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

Color convert

RGB 195 19 255 -
CMYK 0.24 0.93 0 0
HSL 284.75º 1% 0.54% -
HSV(B) 284.75º 0.93% 1% -
XYZ 40.79 19.29 96.18 -
YUV 98.53 216.31 196.81 -
System Red Green Blue C M Y K H S L
Decimal 195 19 255 0.24 0.93 0 0 284.75 1 0.54
Hex C3 13 FF 18 5D 0 0 11D 64 36
Octal 303 23 377 30 135 0 0 435 144 66
Binary 11000011 10011 11111111 11000 1011101 0 0 100011101 1100100 110110

Color Harmonies of #C313FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313FF

Black with #C313FF

Text Example


Text Example

White with #C313FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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