Html Css Color HEX #C312FE Electric Purple

📋 copy color: '#C312FE'

red 195 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C312FE

Tints of Electric Purple #C312FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 41.76%
G = 3.85%
B = 54.39%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C312FE (or 0xC312FE) is known color: Electric Purple. HEX triplet: C3, 12 and FE. RGB value is (195,18,254). Sum of RGB (Red+Green+Blue) = 195+18+254=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #C312FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312FE is #3CED01. Grayscale: #616161. Windows color (decimal): -3992834 or 16650947. OLE color: 16650947.

HSL color Cylindrical-coordinate representation of color #C312FE: hue angle of 285º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C312FE is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 18 254 -
CMYK 0.23 0.93 0 0.00
HSL 285º 0.99% 0.53% -
HSV(B) 285º 0.93% 1% -
XYZ 40.61 19.19 95.33 -
YUV 97.83 216.14 197.31 -
System Red Green Blue C M Y K H S L
Decimal 195 18 254 0.23 0.93 0 0.00 285 0.99 0.53
Hex C3 12 FE 17 5D 0 0 11D 63 35
Octal 303 22 376 27 135 0 0 435 143 65
Binary 11000011 10010 11111110 10111 1011101 0 0 100011101 1100011 110101

Color Harmonies of #C312FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312FE

Black with #C312FE

Text Example


Text Example

White with #C312FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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