Html Css Color HEX #C314FD Electric Purple

📋 copy color: '#C314FD'

red 195 ◦ green 20 ◦ blue 253

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

Shades of Electric Purple #C314FD

Tints of Electric Purple #C314FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.27%

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

R = 41.67%
G = 4.27%
B = 54.06%

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

#C314FD (or 0xC314FD) is known color: Electric Purple. HEX triplet: C3, 14 and FD. RGB value is (195,20,253). Sum of RGB (Red+Green+Blue) = 195+20+253=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 20 (8.20% from 255 or 4.27% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C314FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314FD is #3CEB02. Grayscale: #626262. Windows color (decimal): -3992323 or 16585923. OLE color: 16585923.

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

Color convert

RGB 195 20 253 -
CMYK 0.23 0.92 0 0.01
HSL 285.06º 0.98% 0.54% -
HSV(B) 285.06º 0.92% 0.99% -
XYZ 40.49 19.19 94.5 -
YUV 98.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 195 20 253 0.23 0.92 0 0.01 285.06 0.98 0.54
Hex C3 14 FD 17 5C 0 1 11D 62 36
Octal 303 24 375 27 134 0 1 435 142 66
Binary 11000011 10100 11111101 10111 1011100 0 1 100011101 1100010 110110

Color Harmonies of #C314FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314FD

Black with #C314FD

Text Example


Text Example

White with #C314FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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