Html Css Color HEX #C309FA Electric Purple

📋 copy color: '#C309FA'

red 195 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #C309FA

Tints of Electric Purple #C309FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.98%

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

R = 42.95%
G = 1.98%
B = 55.07%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C309FA (or 0xC309FA) is known color: Electric Purple. HEX triplet: C3, 09 and FA. RGB value is (195,9,250). Sum of RGB (Red+Green+Blue) = 195+9+250=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #C309FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309FA is #3CF605. Grayscale: #5B5B5B. Windows color (decimal): -3995142 or 16386499. OLE color: 16386499.

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

Color convert

RGB 195 9 250 -
CMYK 0.22 0.96 0 0.02
HSL 286.31º 0.96% 0.51% -
HSV(B) 286.31º 0.96% 0.98% -
XYZ 39.86 18.7 91.95 -
YUV 92.09 217.12 201.4 -
System Red Green Blue C M Y K H S L
Decimal 195 9 250 0.22 0.96 0 0.02 286.31 0.96 0.51
Hex C3 9 FA 16 60 0 2 11E 60 33
Octal 303 11 372 26 140 0 2 436 140 63
Binary 11000011 1001 11111010 10110 1100000 0 10 100011110 1100000 110011

Color Harmonies of #C309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309FA

Black with #C309FA

Text Example


Text Example

White with #C309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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