Html Css Color HEX #C118FF Electric Purple

📋 copy color: '#C118FF'

red 193 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #C118FF

Tints of Electric Purple #C118FF

RGB

 RED value IS 193 (75.78% from 255) = 40.89%

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

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

R = 40.89%
G = 5.08%
B = 54.03%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C118FF (or 0xC118FF) is known color: Electric Purple. HEX triplet: C1, 18 and FF. RGB value is (193,24,255). Sum of RGB (Red+Green+Blue) = 193+24+255=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C118FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C118FF is #3EE700. Grayscale: #646464. Windows color (decimal): -4122369 or 16718017. OLE color: 16718017.

HSL color Cylindrical-coordinate representation of color #C118FF: hue angle of 283.9º 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 #C118FF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 24 255 -
CMYK 0.24 0.91 0 0
HSL 283.9º 1% 0.55% -
HSV(B) 283.9º 0.91% 1% -
XYZ 40.37 19.21 96.19 -
YUV 100.87 214.99 193.72 -
System Red Green Blue C M Y K H S L
Decimal 193 24 255 0.24 0.91 0 0 283.9 1 0.55
Hex C1 18 FF 18 5B 0 0 11C 64 37
Octal 301 30 377 30 133 0 0 434 144 67
Binary 11000001 11000 11111111 11000 1011011 0 0 100011100 1100100 110111

Color Harmonies of #C118FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118FF

Black with #C118FF

Text Example


Text Example

White with #C118FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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