Html Css Color HEX #C10DEA Electric Purple

📋 copy color: '#C10DEA'

red 193 ◦ green 13 ◦ blue 234

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

Shades of Electric Purple #C10DEA

Tints of Electric Purple #C10DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 43.86%
G = 2.95%
B = 53.18%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C10DEA (or 0xC10DEA) is known color: Electric Purple. HEX triplet: C1, 0D and EA. RGB value is (193,13,234). Sum of RGB (Red+Green+Blue) = 193+13+234=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #C10DEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DEA is #3EF215. Grayscale: #5B5B5B. Windows color (decimal): -4125206 or 15338945. OLE color: 15338945.

HSL color Cylindrical-coordinate representation of color #C10DEA: hue angle of 288.87º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DEA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 13 234 -
CMYK 0.18 0.94 0 0.08
HSL 288.87º 0.89% 0.48% -
HSV(B) 288.87º 0.94% 0.92% -
XYZ 36.99 17.57 79.28 -
YUV 92.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 193 13 234 0.18 0.94 0 0.08 288.87 0.89 0.48
Hex C1 D EA 12 5E 0 8 121 59 30
Octal 301 15 352 22 136 0 10 441 131 60
Binary 11000001 1101 11101010 10010 1011110 0 1000 100100001 1011001 110000

Color Harmonies of #C10DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DEA

Black with #C10DEA

Text Example


Text Example

White with #C10DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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