Html Css Color HEX #C018FA Electric Purple

📋 copy color: '#C018FA'

red 192 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #C018FA

Tints of Electric Purple #C018FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 41.2%
G = 5.15%
B = 53.65%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C018FA (or 0xC018FA) is known color: Electric Purple. HEX triplet: C0, 18 and FA. RGB value is (192,24,250). Sum of RGB (Red+Green+Blue) = 192+24+250=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C018FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018FA is #3FE705. Grayscale: #636363. Windows color (decimal): -4187910 or 16390336. OLE color: 16390336.

HSL color Cylindrical-coordinate representation of color #C018FA: hue angle of 284.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018FA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 24 250 -
CMYK 0.23 0.90 0 0.02
HSL 284.6º 0.96% 0.54% -
HSV(B) 284.6º 0.9% 0.98% -
XYZ 39.32 18.76 91.99 -
YUV 100 212.66 193.62 -
System Red Green Blue C M Y K H S L
Decimal 192 24 250 0.23 0.90 0 0.02 284.6 0.96 0.54
Hex C0 18 FA 17 5A 0 2 11D 60 36
Octal 300 30 372 27 132 0 2 435 140 66
Binary 11000000 11000 11111010 10111 1011010 0 10 100011101 1100000 110110

Color Harmonies of #C018FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018FA

Black with #C018FA

Text Example


Text Example

White with #C018FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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