Html Css Color HEX #C018EA Electric Purple

📋 copy color: '#C018EA'

red 192 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #C018EA

Tints of Electric Purple #C018EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 42.67%
G = 5.33%
B = 52%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C018EA (or 0xC018EA) is known color: Electric Purple. HEX triplet: C0, 18 and EA. RGB value is (192,24,234). Sum of RGB (Red+Green+Blue) = 192+24+234=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #C018EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018EA is #3FE715. Grayscale: #616161. Windows color (decimal): -4187926 or 15341760. OLE color: 15341760.

HSL color Cylindrical-coordinate representation of color #C018EA: hue angle of 288º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018EA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 24 234 -
CMYK 0.18 0.90 0 0.08
HSL 288º 0.83% 0.51% -
HSV(B) 288º 0.9% 0.92% -
XYZ 36.92 17.8 79.33 -
YUV 98.17 204.66 194.92 -
System Red Green Blue C M Y K H S L
Decimal 192 24 234 0.18 0.90 0 0.08 288 0.83 0.51
Hex C0 18 EA 12 5A 0 8 120 53 33
Octal 300 30 352 22 132 0 10 440 123 63
Binary 11000000 11000 11101010 10010 1011010 0 1000 100100000 1010011 110011

Color Harmonies of #C018EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018EA

Black with #C018EA

Text Example


Text Example

White with #C018EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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