Html Css Color HEX #C315F9 Electric Purple

📋 copy color: '#C315F9'

red 195 ◦ green 21 ◦ blue 249

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

Shades of Electric Purple #C315F9

Tints of Electric Purple #C315F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.55%

R = 41.94%
G = 4.52%
B = 53.55%

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

#C315F9 (or 0xC315F9) is known color: Electric Purple. HEX triplet: C3, 15 and F9. RGB value is (195,21,249). Sum of RGB (Red+Green+Blue) = 195+21+249=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #C315F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C315F9 is #3CEA06. Grayscale: #626262. Windows color (decimal): -3992071 or 16324035. OLE color: 16324035.

HSL color Cylindrical-coordinate representation of color #C315F9: hue angle of 285.79º degrees, saturation: 0.95, 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 #C315F9 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 21 249 -
CMYK 0.22 0.92 0 0.02
HSL 285.79º 0.95% 0.53% -
HSV(B) 285.79º 0.92% 0.98% -
XYZ 39.87 18.98 91.18 -
YUV 99.02 212.65 196.46 -
System Red Green Blue C M Y K H S L
Decimal 195 21 249 0.22 0.92 0 0.02 285.79 0.95 0.53
Hex C3 15 F9 16 5C 0 2 11E 5F 35
Octal 303 25 371 26 134 0 2 436 137 65
Binary 11000011 10101 11111001 10110 1011100 0 10 100011110 1011111 110101

Color Harmonies of #C315F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C315F9

Black with #C315F9

Text Example


Text Example

White with #C315F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C315F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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