Html Css Color HEX #C615ED Electric Purple

📋 copy color: '#C615ED'

red 198 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #C615ED

Tints of Electric Purple #C615ED

RGB

 RED value IS 198 (77.73% from 255) = 43.42%

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

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

R = 43.42%
G = 4.61%
B = 51.97%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C615ED (or 0xC615ED) is known color: Electric Purple. HEX triplet: C6, 15 and ED. RGB value is (198,21,237). Sum of RGB (Red+Green+Blue) = 198+21+237=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #C615ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615ED is #39EA12. Grayscale: #616161. Windows color (decimal): -3795475 or 15537606. OLE color: 15537606.

HSL color Cylindrical-coordinate representation of color #C615ED: hue angle of 289.17º 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 #C615ED is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 21 237 -
CMYK 0.16 0.91 0 0.07
HSL 289.17º 0.86% 0.51% -
HSV(B) 289.17º 0.91% 0.93% -
XYZ 38.84 18.66 81.67 -
YUV 98.55 206.14 198.94 -
System Red Green Blue C M Y K H S L
Decimal 198 21 237 0.16 0.91 0 0.07 289.17 0.86 0.51
Hex C6 15 ED 10 5B 0 7 121 56 33
Octal 306 25 355 20 133 0 7 441 126 63
Binary 11000110 10101 11101101 10000 1011011 0 111 100100001 1010110 110011

Color Harmonies of #C615ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615ED

Black with #C615ED

Text Example


Text Example

White with #C615ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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