Html Css Color HEX #C210EE Electric Purple

📋 copy color: '#C210EE'

red 194 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #C210EE

Tints of Electric Purple #C210EE

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

 GREEN value IS 16 (6.64% from 255) = 3.57%

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

R = 43.3%
G = 3.57%
B = 53.13%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C210EE (or 0xC210EE) is known color: Electric Purple. HEX triplet: C2, 10 and EE. RGB value is (194,16,238). Sum of RGB (Red+Green+Blue) = 194+16+238=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #C210EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C210EE is #3DEF11. Grayscale: #5D5D5D. Windows color (decimal): -4058898 or 15601858. OLE color: 15601858.

HSL color Cylindrical-coordinate representation of color #C210EE: hue angle of 288.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C210EE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 16 238 -
CMYK 0.18 0.93 0 0.07
HSL 288.11º 0.87% 0.5% -
HSV(B) 288.11º 0.93% 0.93% -
XYZ 37.87 18.01 82.37 -
YUV 94.53 208.97 198.95 -
System Red Green Blue C M Y K H S L
Decimal 194 16 238 0.18 0.93 0 0.07 288.11 0.87 0.5
Hex C2 10 EE 12 5D 0 7 120 57 32
Octal 302 20 356 22 135 0 7 440 127 62
Binary 11000010 10000 11101110 10010 1011101 0 111 100100000 1010111 110010

Color Harmonies of #C210EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C210EE

Black with #C210EE

Text Example


Text Example

White with #C210EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C210EE; }

 p { color: rgb(194,16,238); }

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

background-color css

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

 a { background-color: rgb(194,16,238); }

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

border-color css

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

 span { border-color: rgb(194,16,238); }

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