Html Css Color HEX #C309FD Electric Purple

📋 copy color: '#C309FD'

red 195 ◦ green 9 ◦ blue 253

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

Shades of Electric Purple #C309FD

Tints of Electric Purple #C309FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 42.67%
G = 1.97%
B = 55.36%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C309FD (or 0xC309FD) is known color: Electric Purple. HEX triplet: C3, 09 and FD. RGB value is (195,9,253). Sum of RGB (Red+Green+Blue) = 195+9+253=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #C309FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309FD is #3CF602. Grayscale: #5B5B5B. Windows color (decimal): -3995139 or 16583107. OLE color: 16583107.

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

Color convert

RGB 195 9 253 -
CMYK 0.23 0.96 0 0.01
HSL 285.74º 0.98% 0.51% -
HSV(B) 285.74º 0.96% 0.99% -
XYZ 40.33 18.89 94.45 -
YUV 92.43 218.62 201.16 -
System Red Green Blue C M Y K H S L
Decimal 195 9 253 0.23 0.96 0 0.01 285.74 0.98 0.51
Hex C3 9 FD 17 60 0 1 11E 62 33
Octal 303 11 375 27 140 0 1 436 142 63
Binary 11000011 1001 11111101 10111 1100000 0 1 100011110 1100010 110011

Color Harmonies of #C309FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C309FD

Black with #C309FD

Text Example


Text Example

White with #C309FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C309FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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