Html Css Color HEX #C312EB Electric Purple

📋 copy color: '#C312EB'

red 195 ◦ green 18 ◦ blue 235

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

Shades of Electric Purple #C312EB

Tints of Electric Purple #C312EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.02%

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

R = 43.53%
G = 4.02%
B = 52.46%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C312EB (or 0xC312EB) is known color: Electric Purple. HEX triplet: C3, 12 and EB. RGB value is (195,18,235). Sum of RGB (Red+Green+Blue) = 195+18+235=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #C312EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312EB is #3CED14. Grayscale: #5E5E5E. Windows color (decimal): -3992853 or 15405763. OLE color: 15405763.

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

Color convert

RGB 195 18 235 -
CMYK 0.17 0.92 0 0.08
HSL 288.94º 0.86% 0.5% -
HSV(B) 288.94º 0.92% 0.92% -
XYZ 37.72 18.03 80.09 -
YUV 95.66 206.64 198.86 -
System Red Green Blue C M Y K H S L
Decimal 195 18 235 0.17 0.92 0 0.08 288.94 0.86 0.5
Hex C3 12 EB 11 5C 0 8 121 56 32
Octal 303 22 353 21 134 0 10 441 126 62
Binary 11000011 10010 11101011 10001 1011100 0 1000 100100001 1010110 110010

Color Harmonies of #C312EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312EB

Black with #C312EB

Text Example


Text Example

White with #C312EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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