Html Css Color HEX #C015EA Electric Purple

📋 copy color: '#C015EA'

red 192 ◦ green 21 ◦ blue 234

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

Shades of Electric Purple #C015EA

Tints of Electric Purple #C015EA

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

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

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

R = 42.95%
G = 4.7%
B = 52.35%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C015EA (or 0xC015EA) is known color: Electric Purple. HEX triplet: C0, 15 and EA. RGB value is (192,21,234). Sum of RGB (Red+Green+Blue) = 192+21+234=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C015EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C015EA is #3FEA15. Grayscale: #5F5F5F. Windows color (decimal): -4188694 or 15340992. OLE color: 15340992.

HSL color Cylindrical-coordinate representation of color #C015EA: hue angle of 288.17º 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 #C015EA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 21 234 -
CMYK 0.18 0.91 0 0.08
HSL 288.17º 0.84% 0.5% -
HSV(B) 288.17º 0.91% 0.92% -
XYZ 36.86 17.68 79.31 -
YUV 96.41 205.65 196.18 -
System Red Green Blue C M Y K H S L
Decimal 192 21 234 0.18 0.91 0 0.08 288.17 0.84 0.5
Hex C0 15 EA 12 5B 0 8 120 54 32
Octal 300 25 352 22 133 0 10 440 124 62
Binary 11000000 10101 11101010 10010 1011011 0 1000 100100000 1010100 110010

Color Harmonies of #C015EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C015EA

Black with #C015EA

Text Example


Text Example

White with #C015EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C015EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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