Html Css Color HEX #C509F9 Electric Purple

📋 copy color: '#C509F9'

red 197 ◦ green 9 ◦ blue 249

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

Shades of Electric Purple #C509F9

Tints of Electric Purple #C509F9

RGB

 RED value IS 197 (77.34% from 255) = 43.3%

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

 BLUE value IS 249 (97.66% from 255) = 54.73%

R = 43.3%
G = 1.98%
B = 54.73%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C509F9 (or 0xC509F9) is known color: Electric Purple. HEX triplet: C5, 09 and F9. RGB value is (197,9,249). Sum of RGB (Red+Green+Blue) = 197+9+249=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #C509F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C509F9 is #3AF606. Grayscale: #5B5B5B. Windows color (decimal): -3864071 or 16320965. OLE color: 16320965.

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

Color convert

RGB 197 9 249 -
CMYK 0.21 0.96 0 0.02
HSL 287º 0.95% 0.51% -
HSV(B) 287º 0.96% 0.98% -
XYZ 40.22 18.91 91.15 -
YUV 92.57 216.28 202.49 -
System Red Green Blue C M Y K H S L
Decimal 197 9 249 0.21 0.96 0 0.02 287 0.95 0.51
Hex C5 9 F9 15 60 0 2 11F 5F 33
Octal 305 11 371 25 140 0 2 437 137 63
Binary 11000101 1001 11111001 10101 1100000 0 10 100011111 1011111 110011

Color Harmonies of #C509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509F9

Black with #C509F9

Text Example


Text Example

White with #C509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509F9; }

 p { color: rgb(197,9,249); }

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

background-color css

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

 a { background-color: rgb(197,9,249); }

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

border-color css

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

 span { border-color: rgb(197,9,249); }

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