Html Css Color HEX #C106F9 Electric Purple

📋 copy color: '#C106F9'

red 193 ◦ green 6 ◦ blue 249

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

Shades of Electric Purple #C106F9

Tints of Electric Purple #C106F9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.34%

 BLUE value IS 249 (97.66% from 255) = 55.58%

R = 43.08%
G = 1.34%
B = 55.58%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C106F9 (or 0xC106F9) is known color: Electric Purple. HEX triplet: C1, 06 and F9. RGB value is (193,6,249). Sum of RGB (Red+Green+Blue) = 193+6+249=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #C106F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C106F9 is #3EF906. Grayscale: #585858. Windows color (decimal): -4126983 or 16320193. OLE color: 16320193.

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

Color convert

RGB 193 6 249 -
CMYK 0.22 0.98 0 0.02
HSL 286.17º 0.95% 0.5% -
HSV(B) 286.17º 0.98% 0.98% -
XYZ 39.16 18.31 91.09 -
YUV 89.62 217.95 201.74 -
System Red Green Blue C M Y K H S L
Decimal 193 6 249 0.22 0.98 0 0.02 286.17 0.95 0.5
Hex C1 6 F9 16 62 0 2 11E 5F 32
Octal 301 6 371 26 142 0 2 436 137 62
Binary 11000001 110 11111001 10110 1100010 0 10 100011110 1011111 110010

Color Harmonies of #C106F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C106F9

Black with #C106F9

Text Example


Text Example

White with #C106F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C106F9; }

 p { color: rgb(193,6,249); }

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

background-color css

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

 a { background-color: rgb(193,6,249); }

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

border-color css

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

 span { border-color: rgb(193,6,249); }

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