Html Css Color HEX #C319EF Electric Purple

📋 copy color: '#C319EF'

red 195 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #C319EF

Tints of Electric Purple #C319EF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.45%

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

R = 42.48%
G = 5.45%
B = 52.07%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C319EF (or 0xC319EF) is known color: Electric Purple. HEX triplet: C3, 19 and EF. RGB value is (195,25,239). Sum of RGB (Red+Green+Blue) = 195+25+239=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C319EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C319EF is #3CE610. Grayscale: #636363. Windows color (decimal): -3991057 or 15669699. OLE color: 15669699.

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

Color convert

RGB 195 25 239 -
CMYK 0.18 0.90 0 0.06
HSL 287.66º 0.87% 0.52% -
HSV(B) 287.66º 0.9% 0.94% -
XYZ 38.43 18.53 83.21 -
YUV 100.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 195 25 239 0.18 0.90 0 0.06 287.66 0.87 0.52
Hex C3 19 EF 12 5A 0 6 120 57 34
Octal 303 31 357 22 132 0 6 440 127 64
Binary 11000011 11001 11101111 10010 1011010 0 110 100100000 1010111 110100

Color Harmonies of #C319EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C319EF

Black with #C319EF

Text Example


Text Example

White with #C319EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C319EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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