Html Css Color HEX #C018EE Electric Purple

📋 copy color: '#C018EE'

red 192 ◦ green 24 ◦ blue 238

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

Shades of Electric Purple #C018EE

Tints of Electric Purple #C018EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.42%

R = 42.29%
G = 5.29%
B = 52.42%

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

#C018EE (or 0xC018EE) is known color: Electric Purple. HEX triplet: C0, 18 and EE. RGB value is (192,24,238). Sum of RGB (Red+Green+Blue) = 192+24+238=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #C018EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018EE is #3FE711. Grayscale: #616161. Windows color (decimal): -4187922 or 15603904. OLE color: 15603904.

HSL color Cylindrical-coordinate representation of color #C018EE: hue angle of 287.1º degrees, saturation: 0.86, 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 #C018EE is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 24 238 -
CMYK 0.19 0.90 0 0.07
HSL 287.1º 0.86% 0.51% -
HSV(B) 287.1º 0.9% 0.93% -
XYZ 37.5 18.03 82.39 -
YUV 98.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 192 24 238 0.19 0.90 0 0.07 287.1 0.86 0.51
Hex C0 18 EE 13 5A 0 7 11F 56 33
Octal 300 30 356 23 132 0 7 437 126 63
Binary 11000000 11000 11101110 10011 1011010 0 111 100011111 1010110 110011

Color Harmonies of #C018EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018EE

Black with #C018EE

Text Example


Text Example

White with #C018EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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