Html Css Color HEX #C314EB Electric Purple

📋 copy color: '#C314EB'

red 195 ◦ green 20 ◦ blue 235

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

Shades of Electric Purple #C314EB

Tints of Electric Purple #C314EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 43.33%
G = 4.44%
B = 52.22%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C314EB (or 0xC314EB) is known color: Electric Purple. HEX triplet: C3, 14 and EB. RGB value is (195,20,235). Sum of RGB (Red+Green+Blue) = 195+20+235=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #C314EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C314EB is #3CEB14. Grayscale: #606060. Windows color (decimal): -3992341 or 15406275. OLE color: 15406275.

HSL color Cylindrical-coordinate representation of color #C314EB: hue angle of 288.84º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C314EB is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 20 235 -
CMYK 0.17 0.91 0 0.08
HSL 288.84º 0.84% 0.5% -
HSV(B) 288.84º 0.91% 0.92% -
XYZ 37.75 18.1 80.1 -
YUV 96.84 205.98 198.02 -
System Red Green Blue C M Y K H S L
Decimal 195 20 235 0.17 0.91 0 0.08 288.84 0.84 0.5
Hex C3 14 EB 11 5B 0 8 121 54 32
Octal 303 24 353 21 133 0 10 441 124 62
Binary 11000011 10100 11101011 10001 1011011 0 1000 100100001 1010100 110010

Color Harmonies of #C314EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C314EB

Black with #C314EB

Text Example


Text Example

White with #C314EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C314EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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