Html Css Color HEX #C309EF Electric Purple

📋 copy color: '#C309EF'

red 195 ◦ green 9 ◦ blue 239

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

Shades of Electric Purple #C309EF

Tints of Electric Purple #C309EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 44.02%
G = 2.03%
B = 53.95%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C309EF (or 0xC309EF) is known color: Electric Purple. HEX triplet: C3, 09 and EF. RGB value is (195,9,239). Sum of RGB (Red+Green+Blue) = 195+9+239=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 9 (3.91% from 255 or 2.03% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #C309EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309EF is #3CF610. Grayscale: #5A5A5A. Windows color (decimal): -3995153 or 15665603. OLE color: 15665603.

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

Color convert

RGB 195 9 239 -
CMYK 0.18 0.96 0 0.06
HSL 288.52º 0.93% 0.49% -
HSV(B) 288.52º 0.96% 0.94% -
XYZ 38.18 18.03 83.13 -
YUV 90.83 211.62 202.3 -
System Red Green Blue C M Y K H S L
Decimal 195 9 239 0.18 0.96 0 0.06 288.52 0.93 0.49
Hex C3 9 EF 12 60 0 6 121 5D 31
Octal 303 11 357 22 140 0 6 441 135 61
Binary 11000011 1001 11101111 10010 1100000 0 110 100100001 1011101 110001

Color Harmonies of #C309EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309EF

Black with #C309EF

Text Example


Text Example

White with #C309EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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