Html Css Color HEX #C309FE Electric Purple

📋 copy color: '#C309FE'

red 195 ◦ green 9 ◦ blue 254

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

Shades of Electric Purple #C309FE

Tints of Electric Purple #C309FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 42.58%
G = 1.97%
B = 55.46%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C309FE (or 0xC309FE) is known color: Electric Purple. HEX triplet: C3, 09 and FE. RGB value is (195,9,254). Sum of RGB (Red+Green+Blue) = 195+9+254=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 9 (3.91% from 255 or 1.97% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C309FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309FE is #3CF601. Grayscale: #5B5B5B. Windows color (decimal): -3995138 or 16648643. OLE color: 16648643.

HSL color Cylindrical-coordinate representation of color #C309FE: hue angle of 285.55º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309FE is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 9 254 -
CMYK 0.23 0.96 0 0.00
HSL 285.55º 0.99% 0.52% -
HSV(B) 285.55º 0.96% 1% -
XYZ 40.49 18.95 95.29 -
YUV 92.54 219.12 201.08 -
System Red Green Blue C M Y K H S L
Decimal 195 9 254 0.23 0.96 0 0.00 285.55 0.99 0.52
Hex C3 9 FE 17 60 0 0 11E 63 34
Octal 303 11 376 27 140 0 0 436 143 64
Binary 11000011 1001 11111110 10111 1100000 0 0 100011110 1100011 110100

Color Harmonies of #C309FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309FE

Black with #C309FE

Text Example


Text Example

White with #C309FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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