Html Css Color HEX #C026E9 Electric Purple

📋 copy color: '#C026E9'

red 192 ◦ green 38 ◦ blue 233

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

Shades of Electric Purple #C026E9

Tints of Electric Purple #C026E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.32%

R = 41.47%
G = 8.21%
B = 50.32%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C026E9 (or 0xC026E9) is known color: Electric Purple. HEX triplet: C0, 26 and E9. RGB value is (192,38,233). Sum of RGB (Red+Green+Blue) = 192+38+233=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #C026E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026E9 is #3FD916. Grayscale: #696969. Windows color (decimal): -4184343 or 15279808. OLE color: 15279808.

HSL color Cylindrical-coordinate representation of color #C026E9: hue angle of 287.38º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C026E9 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 38 233 -
CMYK 0.18 0.84 0 0.09
HSL 287.38º 0.82% 0.53% -
HSV(B) 287.38º 0.84% 0.91% -
XYZ 37.14 18.48 78.7 -
YUV 106.28 199.52 189.14 -
System Red Green Blue C M Y K H S L
Decimal 192 38 233 0.18 0.84 0 0.09 287.38 0.82 0.53
Hex C0 26 E9 12 54 0 9 11F 52 35
Octal 300 46 351 22 124 0 11 437 122 65
Binary 11000000 100110 11101001 10010 1010100 0 1001 100011111 1010010 110101

Color Harmonies of #C026E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026E9

Black with #C026E9

Text Example


Text Example

White with #C026E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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