Html Css Color HEX #C515ED Electric Purple

📋 copy color: '#C515ED'

red 197 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #C515ED

Tints of Electric Purple #C515ED

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.62%

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 43.3%
G = 4.62%
B = 52.09%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C515ED (or 0xC515ED) is known color: Electric Purple. HEX triplet: C5, 15 and ED. RGB value is (197,21,237). Sum of RGB (Red+Green+Blue) = 197+21+237=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #C515ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515ED is #3AEA12. Grayscale: #616161. Windows color (decimal): -3861011 or 15537605. OLE color: 15537605.

HSL color Cylindrical-coordinate representation of color #C515ED: hue angle of 288.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C515ED is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 21 237 -
CMYK 0.17 0.91 0 0.07
HSL 288.89º 0.86% 0.51% -
HSV(B) 288.89º 0.91% 0.93% -
XYZ 38.58 18.52 81.66 -
YUV 98.25 206.31 198.44 -
System Red Green Blue C M Y K H S L
Decimal 197 21 237 0.17 0.91 0 0.07 288.89 0.86 0.51
Hex C5 15 ED 11 5B 0 7 121 56 33
Octal 305 25 355 21 133 0 7 441 126 63
Binary 11000101 10101 11101101 10001 1011011 0 111 100100001 1010110 110011

Color Harmonies of #C515ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515ED

Black with #C515ED

Text Example


Text Example

White with #C515ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515ED; }

 p { color: rgb(197,21,237); }

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

background-color css

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

 a { background-color: rgb(197,21,237); }

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

border-color css

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

 span { border-color: rgb(197,21,237); }

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