Html Css Color HEX #C314EF Electric Purple

📋 copy color: '#C314EF'

red 195 ◦ green 20 ◦ blue 239

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

Shades of Electric Purple #C314EF

Tints of Electric Purple #C314EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 42.95%
G = 4.41%
B = 52.64%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C314EF (or 0xC314EF) is known color: Electric Purple. HEX triplet: C3, 14 and EF. RGB value is (195,20,239). Sum of RGB (Red+Green+Blue) = 195+20+239=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #C314EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314EF is #3CEB10. Grayscale: #606060. Windows color (decimal): -3992337 or 15668419. OLE color: 15668419.

HSL color Cylindrical-coordinate representation of color #C314EF: hue angle of 287.95º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C314EF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 20 239 -
CMYK 0.18 0.92 0 0.06
HSL 287.95º 0.87% 0.51% -
HSV(B) 287.95º 0.92% 0.94% -
XYZ 38.34 18.33 83.18 -
YUV 97.29 207.98 197.69 -
System Red Green Blue C M Y K H S L
Decimal 195 20 239 0.18 0.92 0 0.06 287.95 0.87 0.51
Hex C3 14 EF 12 5C 0 6 120 57 33
Octal 303 24 357 22 134 0 6 440 127 63
Binary 11000011 10100 11101111 10010 1011100 0 110 100100000 1010111 110011

Color Harmonies of #C314EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314EF

Black with #C314EF

Text Example


Text Example

White with #C314EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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