Html Css Color HEX #C026FC Electric Purple

📋 copy color: '#C026FC'

red 192 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #C026FC

Tints of Electric Purple #C026FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 39.83%
G = 7.88%
B = 52.28%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C026FC (or 0xC026FC) is known color: Electric Purple. HEX triplet: C0, 26 and FC. RGB value is (192,38,252). Sum of RGB (Red+Green+Blue) = 192+38+252=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C026FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026FC is #3FD903. Grayscale: #6B6B6B. Windows color (decimal): -4184324 or 16524992. OLE color: 16524992.

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

Color convert

RGB 192 38 252 -
CMYK 0.24 0.85 0 0.01
HSL 283.18º 0.97% 0.57% -
HSV(B) 283.18º 0.85% 0.99% -
XYZ 40 19.62 93.77 -
YUV 108.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 192 38 252 0.24 0.85 0 0.01 283.18 0.97 0.57
Hex C0 26 FC 18 55 0 1 11B 61 39
Octal 300 46 374 30 125 0 1 433 141 71
Binary 11000000 100110 11111100 11000 1010101 0 1 100011011 1100001 111001

Color Harmonies of #C026FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026FC

Black with #C026FC

Text Example


Text Example

White with #C026FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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