Html Css Color HEX #C10DEE Electric Purple

📋 copy color: '#C10DEE'

red 193 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #C10DEE

Tints of Electric Purple #C10DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 43.47%
G = 2.93%
B = 53.6%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10DEE (or 0xC10DEE) is known color: Electric Purple. HEX triplet: C1, 0D and EE. RGB value is (193,13,238). Sum of RGB (Red+Green+Blue) = 193+13+238=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #C10DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DEE is #3EF211. Grayscale: #5B5B5B. Windows color (decimal): -4125202 or 15601089. OLE color: 15601089.

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

Color convert

RGB 193 13 238 -
CMYK 0.19 0.95 0 0.07
HSL 288º 0.9% 0.49% -
HSV(B) 288º 0.95% 0.93% -
XYZ 37.57 17.8 82.34 -
YUV 92.47 210.13 199.7 -
System Red Green Blue C M Y K H S L
Decimal 193 13 238 0.19 0.95 0 0.07 288 0.9 0.49
Hex C1 D EE 13 5F 0 7 120 5A 31
Octal 301 15 356 23 137 0 7 440 132 61
Binary 11000001 1101 11101110 10011 1011111 0 111 100100000 1011010 110001

Color Harmonies of #C10DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10DEE

Black with #C10DEE

Text Example


Text Example

White with #C10DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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