Html Css Color HEX #C10BFA Electric Purple

📋 copy color: '#C10BFA'

red 193 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #C10BFA

Tints of Electric Purple #C10BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.42%

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

R = 42.51%
G = 2.42%
B = 55.07%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C10BFA (or 0xC10BFA) is known color: Electric Purple. HEX triplet: C1, 0B and FA. RGB value is (193,11,250). Sum of RGB (Red+Green+Blue) = 193+11+250=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #C10BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10BFA is #3EF405. Grayscale: #5B5B5B. Windows color (decimal): -4125702 or 16387009. OLE color: 16387009.

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

Color convert

RGB 193 11 250 -
CMYK 0.23 0.96 0 0.02
HSL 285.69º 0.96% 0.51% -
HSV(B) 285.69º 0.96% 0.98% -
XYZ 39.37 18.48 91.93 -
YUV 92.66 216.8 199.57 -
System Red Green Blue C M Y K H S L
Decimal 193 11 250 0.23 0.96 0 0.02 285.69 0.96 0.51
Hex C1 B FA 17 60 0 2 11E 60 33
Octal 301 13 372 27 140 0 2 436 140 63
Binary 11000001 1011 11111010 10111 1100000 0 10 100011110 1100000 110011

Color Harmonies of #C10BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10BFA

Black with #C10BFA

Text Example


Text Example

White with #C10BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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