Html Css Color HEX #C314FB Electric Purple

📋 copy color: '#C314FB'

red 195 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #C314FB

Tints of Electric Purple #C314FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 41.85%
G = 4.29%
B = 53.86%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C314FB (or 0xC314FB) is known color: Electric Purple. HEX triplet: C3, 14 and FB. RGB value is (195,20,251). Sum of RGB (Red+Green+Blue) = 195+20+251=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 20 (8.20% from 255 or 4.29% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C314FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314FB is #3CEB04. Grayscale: #616161. Windows color (decimal): -3992325 or 16454851. OLE color: 16454851.

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

Color convert

RGB 195 20 251 -
CMYK 0.22 0.92 0 0.02
HSL 285.45º 0.97% 0.53% -
HSV(B) 285.45º 0.92% 0.98% -
XYZ 40.17 19.07 92.83 -
YUV 98.66 213.98 196.72 -
System Red Green Blue C M Y K H S L
Decimal 195 20 251 0.22 0.92 0 0.02 285.45 0.97 0.53
Hex C3 14 FB 16 5C 0 2 11D 61 35
Octal 303 24 373 26 134 0 2 435 141 65
Binary 11000011 10100 11111011 10110 1011100 0 10 100011101 1100001 110101

Color Harmonies of #C314FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314FB

Black with #C314FB

Text Example


Text Example

White with #C314FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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