Html Css Color HEX #C313FD Electric Purple

📋 copy color: '#C313FD'

red 195 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C313FD

Tints of Electric Purple #C313FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 41.76%
G = 4.07%
B = 54.18%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C313FD (or 0xC313FD) is known color: Electric Purple. HEX triplet: C3, 13 and FD. RGB value is (195,19,253). Sum of RGB (Red+Green+Blue) = 195+19+253=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C313FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C313FD is #3CEC02. Grayscale: #616161. Windows color (decimal): -3992579 or 16585667. OLE color: 16585667.

HSL color Cylindrical-coordinate representation of color #C313FD: hue angle of 285.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C313FD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 19 253 -
CMYK 0.23 0.92 0 0.01
HSL 285.13º 0.98% 0.53% -
HSV(B) 285.13º 0.92% 0.99% -
XYZ 40.47 19.16 94.49 -
YUV 98.3 215.31 196.97 -
System Red Green Blue C M Y K H S L
Decimal 195 19 253 0.23 0.92 0 0.01 285.13 0.98 0.53
Hex C3 13 FD 17 5C 0 1 11D 62 35
Octal 303 23 375 27 134 0 1 435 142 65
Binary 11000011 10011 11111101 10111 1011100 0 1 100011101 1100010 110101

Color Harmonies of #C313FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C313FD

Black with #C313FD

Text Example


Text Example

White with #C313FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C313FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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