Html Css Color HEX #C309EE Electric Purple

📋 copy color: '#C309EE'

red 195 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #C309EE

Tints of Electric Purple #C309EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 44.12%
G = 2.04%
B = 53.85%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C309EE (or 0xC309EE) is known color: Electric Purple. HEX triplet: C3, 09 and EE. RGB value is (195,9,238). Sum of RGB (Red+Green+Blue) = 195+9+238=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #C309EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309EE is #3CF611. Grayscale: #595959. Windows color (decimal): -3995154 or 15600067. OLE color: 15600067.

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

Color convert

RGB 195 9 238 -
CMYK 0.18 0.96 0 0.07
HSL 288.73º 0.93% 0.48% -
HSV(B) 288.73º 0.96% 0.93% -
XYZ 38.04 17.97 82.35 -
YUV 90.72 211.12 202.38 -
System Red Green Blue C M Y K H S L
Decimal 195 9 238 0.18 0.96 0 0.07 288.73 0.93 0.48
Hex C3 9 EE 12 60 0 7 121 5D 30
Octal 303 11 356 22 140 0 7 441 135 60
Binary 11000011 1001 11101110 10010 1100000 0 111 100100001 1011101 110000

Color Harmonies of #C309EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309EE

Black with #C309EE

Text Example


Text Example

White with #C309EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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