Html Css Color HEX #C026FA Electric Purple

📋 copy color: '#C026FA'

red 192 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #C026FA

Tints of Electric Purple #C026FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 40%
G = 7.92%
B = 52.08%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C026FA (or 0xC026FA) is known color: Electric Purple. HEX triplet: C0, 26 and FA. RGB value is (192,38,250). Sum of RGB (Red+Green+Blue) = 192+38+250=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #C026FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026FA is #3FD905. Grayscale: #6B6B6B. Windows color (decimal): -4184326 or 16393920. OLE color: 16393920.

HSL color Cylindrical-coordinate representation of color #C026FA: hue angle of 283.58º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C026FA is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 38 250 -
CMYK 0.23 0.85 0 0.02
HSL 283.58º 0.95% 0.56% -
HSV(B) 283.58º 0.85% 0.98% -
XYZ 39.69 19.49 92.11 -
YUV 108.21 208.02 187.76 -
System Red Green Blue C M Y K H S L
Decimal 192 38 250 0.23 0.85 0 0.02 283.58 0.95 0.56
Hex C0 26 FA 17 55 0 2 11C 5F 38
Octal 300 46 372 27 125 0 2 434 137 70
Binary 11000000 100110 11111010 10111 1010101 0 10 100011100 1011111 111000

Color Harmonies of #C026FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026FA

Black with #C026FA

Text Example


Text Example

White with #C026FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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