Html Css Color HEX #C309F2 Electric Purple

📋 copy color: '#C309F2'

red 195 ◦ green 9 ◦ blue 242

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

Shades of Electric Purple #C309F2

Tints of Electric Purple #C309F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.26%

R = 43.72%
G = 2.02%
B = 54.26%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C309F2 (or 0xC309F2) is known color: Electric Purple. HEX triplet: C3, 09 and F2. RGB value is (195,9,242). Sum of RGB (Red+Green+Blue) = 195+9+242=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #C309F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309F2 is #3CF60D. Grayscale: #5A5A5A. Windows color (decimal): -3995150 or 15862211. OLE color: 15862211.

HSL color Cylindrical-coordinate representation of color #C309F2: hue angle of 287.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309F2 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 9 242 -
CMYK 0.19 0.96 0 0.05
HSL 287.9º 0.93% 0.49% -
HSV(B) 287.9º 0.96% 0.95% -
XYZ 38.63 18.21 85.48 -
YUV 91.18 213.12 202.05 -
System Red Green Blue C M Y K H S L
Decimal 195 9 242 0.19 0.96 0 0.05 287.9 0.93 0.49
Hex C3 9 F2 13 60 0 5 120 5D 31
Octal 303 11 362 23 140 0 5 440 135 61
Binary 11000011 1001 11110010 10011 1100000 0 101 100100000 1011101 110001

Color Harmonies of #C309F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309F2

Black with #C309F2

Text Example


Text Example

White with #C309F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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