Html Css Color HEX #C21CEB Electric Purple

📋 copy color: '#C21CEB'

red 194 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #C21CEB

Tints of Electric Purple #C21CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.13%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 42.45%
G = 6.13%
B = 51.42%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C21CEB (or 0xC21CEB) is known color: Electric Purple. HEX triplet: C2, 1C and EB. RGB value is (194,28,235). Sum of RGB (Red+Green+Blue) = 194+28+235=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C21CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21CEB is #3DE314. Grayscale: #646464. Windows color (decimal): -4055829 or 15408322. OLE color: 15408322.

HSL color Cylindrical-coordinate representation of color #C21CEB: hue angle of 288.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21CEB is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 28 235 -
CMYK 0.17 0.88 0 0.08
HSL 288.12º 0.84% 0.52% -
HSV(B) 288.12º 0.88% 0.92% -
XYZ 37.66 18.3 80.14 -
YUV 101.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 194 28 235 0.17 0.88 0 0.08 288.12 0.84 0.52
Hex C2 1C EB 11 58 0 8 120 54 34
Octal 302 34 353 21 130 0 10 440 124 64
Binary 11000010 11100 11101011 10001 1011000 0 1000 100100000 1010100 110100

Color Harmonies of #C21CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21CEB

Black with #C21CEB

Text Example


Text Example

White with #C21CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21CEB; }

 p { color: rgb(194,28,235); }

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

background-color css

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

 a { background-color: rgb(194,28,235); }

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

border-color css

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

 span { border-color: rgb(194,28,235); }

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