Html Css Color HEX #C215EA Electric Purple

📋 copy color: '#C215EA'

red 194 ◦ green 21 ◦ blue 234

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

Shades of Electric Purple #C215EA

Tints of Electric Purple #C215EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.68%

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

R = 43.21%
G = 4.68%
B = 52.12%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C215EA (or 0xC215EA) is known color: Electric Purple. HEX triplet: C2, 15 and EA. RGB value is (194,21,234). Sum of RGB (Red+Green+Blue) = 194+21+234=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #C215EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215EA is #3DEA15. Grayscale: #606060. Windows color (decimal): -4057622 or 15340994. OLE color: 15340994.

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

Color convert

RGB 194 21 234 -
CMYK 0.17 0.91 0 0.08
HSL 288.73º 0.84% 0.5% -
HSV(B) 288.73º 0.91% 0.92% -
XYZ 37.37 17.95 79.34 -
YUV 97.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 194 21 234 0.17 0.91 0 0.08 288.73 0.84 0.5
Hex C2 15 EA 11 5B 0 8 121 54 32
Octal 302 25 352 21 133 0 10 441 124 62
Binary 11000010 10101 11101010 10001 1011011 0 1000 100100001 1010100 110010

Color Harmonies of #C215EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C215EA

Black with #C215EA

Text Example


Text Example

White with #C215EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C215EA; }

 p { color: rgb(194,21,234); }

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

background-color css

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

 a { background-color: rgb(194,21,234); }

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

border-color css

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

 span { border-color: rgb(194,21,234); }

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