Html Css Color HEX #C615EB Electric Purple

📋 copy color: '#C615EB'

red 198 ◦ green 21 ◦ blue 235

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

Shades of Electric Purple #C615EB

Tints of Electric Purple #C615EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.76%

R = 43.61%
G = 4.63%
B = 51.76%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C615EB (or 0xC615EB) is known color: Electric Purple. HEX triplet: C6, 15 and EB. RGB value is (198,21,235). Sum of RGB (Red+Green+Blue) = 198+21+235=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #C615EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615EB is #39EA14. Grayscale: #616161. Windows color (decimal): -3795477 or 15406534. OLE color: 15406534.

HSL color Cylindrical-coordinate representation of color #C615EB: hue angle of 289.63º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C615EB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 21 235 -
CMYK 0.16 0.91 0 0.08
HSL 289.63º 0.84% 0.5% -
HSV(B) 289.63º 0.91% 0.92% -
XYZ 38.55 18.54 80.14 -
YUV 98.32 205.14 199.1 -
System Red Green Blue C M Y K H S L
Decimal 198 21 235 0.16 0.91 0 0.08 289.63 0.84 0.5
Hex C6 15 EB 10 5B 0 8 122 54 32
Octal 306 25 353 20 133 0 10 442 124 62
Binary 11000110 10101 11101011 10000 1011011 0 1000 100100010 1010100 110010

Color Harmonies of #C615EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615EB

Black with #C615EB

Text Example


Text Example

White with #C615EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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