Html Css Color HEX #C318FA Electric Purple

📋 copy color: '#C318FA'

red 195 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #C318FA

Tints of Electric Purple #C318FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.12%

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

R = 41.58%
G = 5.12%
B = 53.3%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C318FA (or 0xC318FA) is known color: Electric Purple. HEX triplet: C3, 18 and FA. RGB value is (195,24,250). Sum of RGB (Red+Green+Blue) = 195+24+250=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C318FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C318FA is #3CE705. Grayscale: #646464. Windows color (decimal): -3991302 or 16390339. OLE color: 16390339.

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

Color convert

RGB 195 24 250 -
CMYK 0.22 0.90 0 0.02
HSL 285.4º 0.96% 0.54% -
HSV(B) 285.4º 0.9% 0.98% -
XYZ 40.09 19.16 92.03 -
YUV 100.89 212.15 195.12 -
System Red Green Blue C M Y K H S L
Decimal 195 24 250 0.22 0.90 0 0.02 285.4 0.96 0.54
Hex C3 18 FA 16 5A 0 2 11D 60 36
Octal 303 30 372 26 132 0 2 435 140 66
Binary 11000011 11000 11111010 10110 1011010 0 10 100011101 1100000 110110

Color Harmonies of #C318FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C318FA

Black with #C318FA

Text Example


Text Example

White with #C318FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C318FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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