Html Css Color HEX #C026EB Electric Purple

📋 copy color: '#C026EB'

red 192 ◦ green 38 ◦ blue 235

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

Shades of Electric Purple #C026EB

Tints of Electric Purple #C026EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.17%

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

R = 41.29%
G = 8.17%
B = 50.54%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C026EB (or 0xC026EB) is known color: Electric Purple. HEX triplet: C0, 26 and EB. RGB value is (192,38,235). Sum of RGB (Red+Green+Blue) = 192+38+235=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C026EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026EB is #3FD914. Grayscale: #696969. Windows color (decimal): -4184341 or 15410880. OLE color: 15410880.

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

Color convert

RGB 192 38 235 -
CMYK 0.18 0.84 0 0.08
HSL 286.9º 0.83% 0.54% -
HSV(B) 286.9º 0.84% 0.92% -
XYZ 37.43 18.59 80.21 -
YUV 106.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 192 38 235 0.18 0.84 0 0.08 286.9 0.83 0.54
Hex C0 26 EB 12 54 0 8 11F 53 36
Octal 300 46 353 22 124 0 10 437 123 66
Binary 11000000 100110 11101011 10010 1010100 0 1000 100011111 1010011 110110

Color Harmonies of #C026EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026EB

Black with #C026EB

Text Example


Text Example

White with #C026EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026EB; }

 p { color: rgb(192,38,235); }

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

background-color css

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

 a { background-color: rgb(192,38,235); }

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

border-color css

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

 span { border-color: rgb(192,38,235); }

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