Html Css Color HEX #C018EC Electric Purple

📋 copy color: '#C018EC'

red 192 ◦ green 24 ◦ blue 236

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

Shades of Electric Purple #C018EC

Tints of Electric Purple #C018EC

RGB

 RED value IS 192 (75.39% from 255) = 42.48%

 GREEN value IS 24 (9.77% from 255) = 5.31%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 42.48%
G = 5.31%
B = 52.21%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C018EC (or 0xC018EC) is known color: Electric Purple. HEX triplet: C0, 18 and EC. RGB value is (192,24,236). Sum of RGB (Red+Green+Blue) = 192+24+236=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #C018EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018EC is #3FE713. Grayscale: #616161. Windows color (decimal): -4187924 or 15472832. OLE color: 15472832.

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

Color convert

RGB 192 24 236 -
CMYK 0.19 0.90 0 0.07
HSL 287.55º 0.85% 0.51% -
HSV(B) 287.55º 0.9% 0.93% -
XYZ 37.21 17.92 80.85 -
YUV 98.4 205.66 194.76 -
System Red Green Blue C M Y K H S L
Decimal 192 24 236 0.19 0.90 0 0.07 287.55 0.85 0.51
Hex C0 18 EC 13 5A 0 7 120 55 33
Octal 300 30 354 23 132 0 7 440 125 63
Binary 11000000 11000 11101100 10011 1011010 0 111 100100000 1010101 110011

Color Harmonies of #C018EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018EC

Black with #C018EC

Text Example


Text Example

White with #C018EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018EC; }

 p { color: rgb(192,24,236); }

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

background-color css

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

 a { background-color: rgb(192,24,236); }

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

border-color css

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

 span { border-color: rgb(192,24,236); }

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