Html Css Color HEX #C310F7 Electric Purple

📋 copy color: '#C310F7'

red 195 ◦ green 16 ◦ blue 247

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

Shades of Electric Purple #C310F7

Tints of Electric Purple #C310F7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

 BLUE value IS 247 (96.88% from 255) = 53.93%

R = 42.58%
G = 3.49%
B = 53.93%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C310F7 (or 0xC310F7) is known color: Electric Purple. HEX triplet: C3, 10 and F7. RGB value is (195,16,247). Sum of RGB (Red+Green+Blue) = 195+16+247=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #C310F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C310F7 is #3CEF08. Grayscale: #5F5F5F. Windows color (decimal): -3993353 or 16191683. OLE color: 16191683.

HSL color Cylindrical-coordinate representation of color #C310F7: hue angle of 286.49º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C310F7 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 16 247 -
CMYK 0.21 0.94 0 0.03
HSL 286.49º 0.94% 0.52% -
HSV(B) 286.49º 0.94% 0.97% -
XYZ 39.48 18.69 89.52 -
YUV 95.86 213.3 198.72 -
System Red Green Blue C M Y K H S L
Decimal 195 16 247 0.21 0.94 0 0.03 286.49 0.94 0.52
Hex C3 10 F7 15 5E 0 3 11E 5E 34
Octal 303 20 367 25 136 0 3 436 136 64
Binary 11000011 10000 11110111 10101 1011110 0 11 100011110 1011110 110100

Color Harmonies of #C310F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C310F7

Black with #C310F7

Text Example


Text Example

White with #C310F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C310F7; }

 p { color: rgb(195,16,247); }

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

background-color css

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

 a { background-color: rgb(195,16,247); }

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

border-color css

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

 span { border-color: rgb(195,16,247); }

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