Html Css Color HEX #C10AED Electric Purple

📋 copy color: '#C10AED'

red 193 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #C10AED

Tints of Electric Purple #C10AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 43.86%
G = 2.27%
B = 53.86%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10AED (or 0xC10AED) is known color: Electric Purple. HEX triplet: C1, 0A and ED. RGB value is (193,10,237). Sum of RGB (Red+Green+Blue) = 193+10+237=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C10AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AED is #3EF512. Grayscale: #595959. Windows color (decimal): -4125971 or 15534785. OLE color: 15534785.

HSL color Cylindrical-coordinate representation of color #C10AED: hue angle of 288.37º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AED is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 10 237 -
CMYK 0.19 0.96 0 0.07
HSL 288.37º 0.92% 0.48% -
HSV(B) 288.37º 0.96% 0.93% -
XYZ 37.39 17.67 81.56 -
YUV 90.6 210.63 201.04 -
System Red Green Blue C M Y K H S L
Decimal 193 10 237 0.19 0.96 0 0.07 288.37 0.92 0.48
Hex C1 A ED 13 60 0 7 120 5C 30
Octal 301 12 355 23 140 0 7 440 134 60
Binary 11000001 1010 11101101 10011 1100000 0 111 100100000 1011100 110000

Color Harmonies of #C10AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AED

Black with #C10AED

Text Example


Text Example

White with #C10AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AED; }

 p { color: rgb(193,10,237); }

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

background-color css

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

 a { background-color: rgb(193,10,237); }

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

border-color css

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

 span { border-color: rgb(193,10,237); }

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