Html Css Color HEX #C018F6 Electric Purple

📋 copy color: '#C018F6'

red 192 ◦ green 24 ◦ blue 246

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

Shades of Electric Purple #C018F6

Tints of Electric Purple #C018F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.25%

R = 41.56%
G = 5.19%
B = 53.25%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C018F6 (or 0xC018F6) is known color: Electric Purple. HEX triplet: C0, 18 and F6. RGB value is (192,24,246). Sum of RGB (Red+Green+Blue) = 192+24+246=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 246 (96.48% from 255 or 53.25% from 462); Max value from RGB is 246 - color contains mainly: blue. Hex color #C018F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018F6 is #3FE709. Grayscale: #626262. Windows color (decimal): -4187914 or 16128192. OLE color: 16128192.

HSL color Cylindrical-coordinate representation of color #C018F6: hue angle of 285.41º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018F6 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 24 246 -
CMYK 0.22 0.90 0 0.04
HSL 285.41º 0.93% 0.53% -
HSV(B) 285.41º 0.9% 0.96% -
XYZ 38.7 18.51 88.72 -
YUV 99.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 192 24 246 0.22 0.90 0 0.04 285.41 0.93 0.53
Hex C0 18 F6 16 5A 0 4 11D 5C 35
Octal 300 30 366 26 132 0 4 435 134 65
Binary 11000000 11000 11110110 10110 1011010 0 100 100011101 1011100 110101

Color Harmonies of #C018F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018F6

Black with #C018F6

Text Example


Text Example

White with #C018F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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