Html Css Color HEX #C026FF Electric Purple

📋 copy color: '#C026FF'

red 192 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #C026FF

Tints of Electric Purple #C026FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 39.59%
G = 7.84%
B = 52.58%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C026FF (or 0xC026FF) is known color: Electric Purple. HEX triplet: C0, 26 and FF. RGB value is (192,38,255). Sum of RGB (Red+Green+Blue) = 192+38+255=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C026FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026FF is #3FD900. Grayscale: #6C6C6C. Windows color (decimal): -4184321 or 16721600. OLE color: 16721600.

HSL color Cylindrical-coordinate representation of color #C026FF: hue angle of 282.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C026FF is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 38 255 -
CMYK 0.25 0.85 0 0
HSL 282.58º 1% 0.57% -
HSV(B) 282.58º 0.85% 1% -
XYZ 40.48 19.81 96.3 -
YUV 108.78 210.52 187.36 -
System Red Green Blue C M Y K H S L
Decimal 192 38 255 0.25 0.85 0 0 282.58 1 0.57
Hex C0 26 FF 19 55 0 0 11B 64 39
Octal 300 46 377 31 125 0 0 433 144 71
Binary 11000000 100110 11111111 11001 1010101 0 0 100011011 1100100 111001

Color Harmonies of #C026FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026FF

Black with #C026FF

Text Example


Text Example

White with #C026FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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