Html Css Color HEX #C107FF Electric Purple

📋 copy color: '#C107FF'

red 193 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #C107FF

Tints of Electric Purple #C107FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 42.42%
G = 1.54%
B = 56.04%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C107FF (or 0xC107FF) is known color: Electric Purple. HEX triplet: C1, 07 and FF. RGB value is (193,7,255). Sum of RGB (Red+Green+Blue) = 193+7+255=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C107FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C107FF is #3EF800. Grayscale: #5A5A5A. Windows color (decimal): -4126721 or 16713665. OLE color: 16713665.

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

Color convert

RGB 193 7 255 -
CMYK 0.24 0.97 0 0
HSL 285º 1% 0.51% -
HSV(B) 285º 0.97% 1% -
XYZ 40.12 18.71 96.1 -
YUV 90.89 220.62 200.83 -
System Red Green Blue C M Y K H S L
Decimal 193 7 255 0.24 0.97 0 0 285 1 0.51
Hex C1 7 FF 18 61 0 0 11D 64 33
Octal 301 7 377 30 141 0 0 435 144 63
Binary 11000001 111 11111111 11000 1100001 0 0 100011101 1100100 110011

Color Harmonies of #C107FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C107FF

Black with #C107FF

Text Example


Text Example

White with #C107FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C107FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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