Html Css Color HEX #C108FA Electric Purple

📋 copy color: '#C108FA'

red 193 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #C108FA

Tints of Electric Purple #C108FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

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

R = 42.79%
G = 1.77%
B = 55.43%

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

#C108FA (or 0xC108FA) is known color: Electric Purple. HEX triplet: C1, 08 and FA. RGB value is (193,8,250). Sum of RGB (Red+Green+Blue) = 193+8+250=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C108FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C108FA is #3EF705. Grayscale: #5A5A5A. Windows color (decimal): -4126470 or 16386241. OLE color: 16386241.

HSL color Cylindrical-coordinate representation of color #C108FA: hue angle of 285.87º degrees, saturation: 0.96, 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 #C108FA is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 8 250 -
CMYK 0.23 0.97 0 0.02
HSL 285.87º 0.96% 0.51% -
HSV(B) 285.87º 0.97% 0.98% -
XYZ 39.33 18.41 91.92 -
YUV 90.9 217.79 200.82 -
System Red Green Blue C M Y K H S L
Decimal 193 8 250 0.23 0.97 0 0.02 285.87 0.96 0.51
Hex C1 8 FA 17 61 0 2 11E 60 33
Octal 301 10 372 27 141 0 2 436 140 63
Binary 11000001 1000 11111010 10111 1100001 0 10 100011110 1100000 110011

Color Harmonies of #C108FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C108FA

Black with #C108FA

Text Example


Text Example

White with #C108FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C108FA; }

 p { color: rgb(193,8,250); }

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

background-color css

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

 a { background-color: rgb(193,8,250); }

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

border-color css

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

 span { border-color: rgb(193,8,250); }

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