Html Css Color HEX #C018FF Electric Purple

📋 copy color: '#C018FF'

red 192 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #C018FF

Tints of Electric Purple #C018FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 40.76%
G = 5.1%
B = 54.14%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C018FF (or 0xC018FF) is known color: Electric Purple. HEX triplet: C0, 18 and FF. RGB value is (192,24,255). Sum of RGB (Red+Green+Blue) = 192+24+255=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C018FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018FF is #3FE700. Grayscale: #636363. Windows color (decimal): -4187905 or 16718016. OLE color: 16718016.

HSL color Cylindrical-coordinate representation of color #C018FF: hue angle of 283.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C018FF is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 24 255 -
CMYK 0.25 0.91 0 0
HSL 283.64º 1% 0.55% -
HSV(B) 283.64º 0.91% 1% -
XYZ 40.11 19.08 96.18 -
YUV 100.57 215.16 193.22 -
System Red Green Blue C M Y K H S L
Decimal 192 24 255 0.25 0.91 0 0 283.64 1 0.55
Hex C0 18 FF 19 5B 0 0 11C 64 37
Octal 300 30 377 31 133 0 0 434 144 67
Binary 11000000 11000 11111111 11001 1011011 0 0 100011100 1100100 110111

Color Harmonies of #C018FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C018FF

Black with #C018FF

Text Example


Text Example

White with #C018FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C018FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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