Html Css Color HEX #C312FD Electric Purple

📋 copy color: '#C312FD'

red 195 ◦ green 18 ◦ blue 253

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

Shades of Electric Purple #C312FD

Tints of Electric Purple #C312FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 41.85%
G = 3.86%
B = 54.29%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C312FD (or 0xC312FD) is known color: Electric Purple. HEX triplet: C3, 12 and FD. RGB value is (195,18,253). Sum of RGB (Red+Green+Blue) = 195+18+253=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #C312FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C312FD is #3CED02. Grayscale: #606060. Windows color (decimal): -3992835 or 16585411. OLE color: 16585411.

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

Color convert

RGB 195 18 253 -
CMYK 0.23 0.93 0 0.01
HSL 285.19º 0.98% 0.53% -
HSV(B) 285.19º 0.93% 0.99% -
XYZ 40.45 19.13 94.49 -
YUV 97.71 215.64 197.39 -
System Red Green Blue C M Y K H S L
Decimal 195 18 253 0.23 0.93 0 0.01 285.19 0.98 0.53
Hex C3 12 FD 17 5D 0 1 11D 62 35
Octal 303 22 375 27 135 0 1 435 142 65
Binary 11000011 10010 11111101 10111 1011101 0 1 100011101 1100010 110101

Color Harmonies of #C312FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C312FD

Black with #C312FD

Text Example


Text Example

White with #C312FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C312FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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