Html Css Color HEX #C509FF Electric Purple

📋 copy color: '#C509FF'

red 197 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #C509FF

Tints of Electric Purple #C509FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 42.73%
G = 1.95%
B = 55.31%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C509FF (or 0xC509FF) is known color: Electric Purple. HEX triplet: C5, 09 and FF. RGB value is (197,9,255). Sum of RGB (Red+Green+Blue) = 197+9+255=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 9 (3.91% from 255 or 1.95% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C509FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C509FF is #3AF600. Grayscale: #5C5C5C. Windows color (decimal): -3864065 or 16714181. OLE color: 16714181.

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

Color convert

RGB 197 9 255 -
CMYK 0.23 0.96 0 0
HSL 285.85º 1% 0.52% -
HSV(B) 285.85º 0.96% 1% -
XYZ 41.17 19.29 96.16 -
YUV 93.26 219.28 202 -
System Red Green Blue C M Y K H S L
Decimal 197 9 255 0.23 0.96 0 0 285.85 1 0.52
Hex C5 9 FF 17 60 0 0 11E 64 34
Octal 305 11 377 27 140 0 0 436 144 64
Binary 11000101 1001 11111111 10111 1100000 0 0 100011110 1100100 110100

Color Harmonies of #C509FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C509FF

Black with #C509FF

Text Example


Text Example

White with #C509FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C509FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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