Html Css Color HEX #C10EFC Electric Purple

📋 copy color: '#C10EFC'

red 193 ◦ green 14 ◦ blue 252

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

Shades of Electric Purple #C10EFC

Tints of Electric Purple #C10EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 42.05%
G = 3.05%
B = 54.9%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C10EFC (or 0xC10EFC) is known color: Electric Purple. HEX triplet: C1, 0E and FC. RGB value is (193,14,252). Sum of RGB (Red+Green+Blue) = 193+14+252=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #C10EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EFC is #3EF103. Grayscale: #5D5D5D. Windows color (decimal): -4124932 or 16518849. OLE color: 16518849.

HSL color Cylindrical-coordinate representation of color #C10EFC: hue angle of 285.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EFC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 14 252 -
CMYK 0.23 0.94 0 0.01
HSL 285.13º 0.98% 0.52% -
HSV(B) 285.13º 0.94% 0.99% -
XYZ 39.72 18.68 93.61 -
YUV 94.65 216.8 198.15 -
System Red Green Blue C M Y K H S L
Decimal 193 14 252 0.23 0.94 0 0.01 285.13 0.98 0.52
Hex C1 E FC 17 5E 0 1 11D 62 34
Octal 301 16 374 27 136 0 1 435 142 64
Binary 11000001 1110 11111100 10111 1011110 0 1 100011101 1100010 110100

Color Harmonies of #C10EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10EFC

Black with #C10EFC

Text Example


Text Example

White with #C10EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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