Html Css Color HEX #C115E8 Electric Purple

📋 copy color: '#C115E8'

red 193 ◦ green 21 ◦ blue 232

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

Shades of Electric Purple #C115E8

Tints of Electric Purple #C115E8

RGB

 RED value IS 193 (75.78% from 255) = 43.27%

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

 BLUE value IS 232 (91.02% from 255) = 52.02%

R = 43.27%
G = 4.71%
B = 52.02%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C115E8 (or 0xC115E8) is known color: Electric Purple. HEX triplet: C1, 15 and E8. RGB value is (193,21,232). Sum of RGB (Red+Green+Blue) = 193+21+232=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 21 (8.59% from 255 or 4.71% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #C115E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115E8 is #3EEA17. Grayscale: #5F5F5F. Windows color (decimal): -4123160 or 15209921. OLE color: 15209921.

HSL color Cylindrical-coordinate representation of color #C115E8: hue angle of 288.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C115E8 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 21 232 -
CMYK 0.17 0.91 0 0.09
HSL 288.91º 0.83% 0.5% -
HSV(B) 288.91º 0.91% 0.91% -
XYZ 36.83 17.7 77.82 -
YUV 96.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 193 21 232 0.17 0.91 0 0.09 288.91 0.83 0.5
Hex C1 15 E8 11 5B 0 9 121 53 32
Octal 301 25 350 21 133 0 11 441 123 62
Binary 11000001 10101 11101000 10001 1011011 0 1001 100100001 1010011 110010

Color Harmonies of #C115E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115E8

Black with #C115E8

Text Example


Text Example

White with #C115E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115E8; }

 p { color: rgb(193,21,232); }

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

background-color css

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

 a { background-color: rgb(193,21,232); }

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

border-color css

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

 span { border-color: rgb(193,21,232); }

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