Html Css Color HEX #C10DFF Electric Purple

📋 copy color: '#C10DFF'

red 193 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #C10DFF

Tints of Electric Purple #C10DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.82%

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

R = 41.87%
G = 2.82%
B = 55.31%

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

#C10DFF (or 0xC10DFF) is known color: Electric Purple. HEX triplet: C1, 0D and FF. RGB value is (193,13,255). Sum of RGB (Red+Green+Blue) = 193+13+255=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C10DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DFF is #3EF200. Grayscale: #5D5D5D. Windows color (decimal): -4125185 or 16715201. OLE color: 16715201.

HSL color Cylindrical-coordinate representation of color #C10DFF: hue angle of 284.63º 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 #C10DFF is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 13 255 -
CMYK 0.24 0.95 0 0
HSL 284.63º 1% 0.53% -
HSV(B) 284.63º 0.95% 1% -
XYZ 40.19 18.85 96.13 -
YUV 94.41 218.63 198.32 -
System Red Green Blue C M Y K H S L
Decimal 193 13 255 0.24 0.95 0 0 284.63 1 0.53
Hex C1 D FF 18 5F 0 0 11D 64 35
Octal 301 15 377 30 137 0 0 435 144 65
Binary 11000001 1101 11111111 11000 1011111 0 0 100011101 1100100 110101

Color Harmonies of #C10DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DFF

Black with #C10DFF

Text Example


Text Example

White with #C10DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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