Html Css Color HEX #C10EFF Electric Purple

📋 copy color: '#C10EFF'

red 193 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #C10EFF

Tints of Electric Purple #C10EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.03%

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

R = 41.77%
G = 3.03%
B = 55.19%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C10EFF (or 0xC10EFF) is known color: Electric Purple. HEX triplet: C1, 0E and FF. RGB value is (193,14,255). Sum of RGB (Red+Green+Blue) = 193+14+255=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #C10EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EFF is #3EF100. Grayscale: #5E5E5E. Windows color (decimal): -4124929 or 16715457. OLE color: 16715457.

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

Color convert

RGB 193 14 255 -
CMYK 0.24 0.95 0 0
HSL 284.56º 1% 0.53% -
HSV(B) 284.56º 0.95% 1% -
XYZ 40.2 18.87 96.13 -
YUV 95 218.3 197.9 -
System Red Green Blue C M Y K H S L
Decimal 193 14 255 0.24 0.95 0 0 284.56 1 0.53
Hex C1 E FF 18 5F 0 0 11D 64 35
Octal 301 16 377 30 137 0 0 435 144 65
Binary 11000001 1110 11111111 11000 1011111 0 0 100011101 1100100 110101

Color Harmonies of #C10EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EFF

Black with #C10EFF

Text Example


Text Example

White with #C10EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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