Html Css Color HEX #C107FB Electric Purple

📋 copy color: '#C107FB'

red 193 ◦ green 7 ◦ blue 251

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

Shades of Electric Purple #C107FB

Tints of Electric Purple #C107FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 42.79%
G = 1.55%
B = 55.65%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C107FB (or 0xC107FB) is known color: Electric Purple. HEX triplet: C1, 07 and FB. RGB value is (193,7,251). Sum of RGB (Red+Green+Blue) = 193+7+251=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 7 (3.12% from 255 or 1.55% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #C107FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C107FB is #3EF804. Grayscale: #595959. Windows color (decimal): -4126725 or 16451521. OLE color: 16451521.

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

Color convert

RGB 193 7 251 -
CMYK 0.23 0.97 0 0.02
HSL 285.74º 0.97% 0.51% -
HSV(B) 285.74º 0.97% 0.98% -
XYZ 39.48 18.45 92.75 -
YUV 90.43 218.62 201.16 -
System Red Green Blue C M Y K H S L
Decimal 193 7 251 0.23 0.97 0 0.02 285.74 0.97 0.51
Hex C1 7 FB 17 61 0 2 11E 61 33
Octal 301 7 373 27 141 0 2 436 141 63
Binary 11000001 111 11111011 10111 1100001 0 10 100011110 1100001 110011

Color Harmonies of #C107FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C107FB

Black with #C107FB

Text Example


Text Example

White with #C107FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C107FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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