Html Css Color HEX #C510F2 Electric Purple

📋 copy color: '#C510F2'

red 197 ◦ green 16 ◦ blue 242

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

Shades of Electric Purple #C510F2

Tints of Electric Purple #C510F2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.52%

 BLUE value IS 242 (94.92% from 255) = 53.19%

R = 43.3%
G = 3.52%
B = 53.19%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C510F2 (or 0xC510F2) is known color: Electric Purple. HEX triplet: C5, 10 and F2. RGB value is (197,16,242). Sum of RGB (Red+Green+Blue) = 197+16+242=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #C510F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C510F2 is #3AEF0D. Grayscale: #5F5F5F. Windows color (decimal): -3862286 or 15864005. OLE color: 15864005.

HSL color Cylindrical-coordinate representation of color #C510F2: hue angle of 288.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C510F2 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 16 242 -
CMYK 0.19 0.93 0 0.05
HSL 288.05º 0.9% 0.51% -
HSV(B) 288.05º 0.93% 0.95% -
XYZ 39.24 18.65 85.54 -
YUV 95.88 210.47 200.12 -
System Red Green Blue C M Y K H S L
Decimal 197 16 242 0.19 0.93 0 0.05 288.05 0.9 0.51
Hex C5 10 F2 13 5D 0 5 120 5A 33
Octal 305 20 362 23 135 0 5 440 132 63
Binary 11000101 10000 11110010 10011 1011101 0 101 100100000 1011010 110011

Color Harmonies of #C510F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510F2

Black with #C510F2

Text Example


Text Example

White with #C510F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510F2; }

 p { color: rgb(197,16,242); }

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

background-color css

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

 a { background-color: rgb(197,16,242); }

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

border-color css

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

 span { border-color: rgb(197,16,242); }

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