Html Css Color HEX #C315FA Electric Purple

📋 copy color: '#C315FA'

red 195 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C315FA

Tints of Electric Purple #C315FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.51%

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 41.85%
G = 4.51%
B = 53.65%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C315FA (or 0xC315FA) is known color: Electric Purple. HEX triplet: C3, 15 and FA. RGB value is (195,21,250). Sum of RGB (Red+Green+Blue) = 195+21+250=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C315FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315FA is #3CEA05. Grayscale: #626262. Windows color (decimal): -3992070 or 16389571. OLE color: 16389571.

HSL color Cylindrical-coordinate representation of color #C315FA: hue angle of 285.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C315FA is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 21 250 -
CMYK 0.22 0.92 0 0.02
HSL 285.59º 0.96% 0.53% -
HSV(B) 285.59º 0.92% 0.98% -
XYZ 40.03 19.04 92.01 -
YUV 99.13 213.15 196.38 -
System Red Green Blue C M Y K H S L
Decimal 195 21 250 0.22 0.92 0 0.02 285.59 0.96 0.53
Hex C3 15 FA 16 5C 0 2 11E 60 35
Octal 303 25 372 26 134 0 2 436 140 65
Binary 11000011 10101 11111010 10110 1011100 0 10 100011110 1100000 110101

Color Harmonies of #C315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315FA

Black with #C315FA

Text Example


Text Example

White with #C315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315FA; }

 p { color: rgb(195,21,250); }

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

background-color css

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

 a { background-color: rgb(195,21,250); }

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

border-color css

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

 span { border-color: rgb(195,21,250); }

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