Html Css Color HEX #C026F0 Electric Purple

📋 copy color: '#C026F0'

red 192 ◦ green 38 ◦ blue 240

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

Shades of Electric Purple #C026F0

Tints of Electric Purple #C026F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.06%

R = 40.85%
G = 8.09%
B = 51.06%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C026F0 (or 0xC026F0) is known color: Electric Purple. HEX triplet: C0, 26 and F0. RGB value is (192,38,240). Sum of RGB (Red+Green+Blue) = 192+38+240=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #C026F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026F0 is #3FD90F. Grayscale: #6A6A6A. Windows color (decimal): -4184336 or 15738560. OLE color: 15738560.

HSL color Cylindrical-coordinate representation of color #C026F0: hue angle of 285.74º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C026F0 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 38 240 -
CMYK 0.20 0.84 0 0.06
HSL 285.74º 0.87% 0.55% -
HSV(B) 285.74º 0.84% 0.94% -
XYZ 38.16 18.88 84.07 -
YUV 107.07 203.02 188.57 -
System Red Green Blue C M Y K H S L
Decimal 192 38 240 0.20 0.84 0 0.06 285.74 0.87 0.55
Hex C0 26 F0 14 54 0 6 11E 57 37
Octal 300 46 360 24 124 0 6 436 127 67
Binary 11000000 100110 11110000 10100 1010100 0 110 100011110 1010111 110111

Color Harmonies of #C026F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026F0

Black with #C026F0

Text Example


Text Example

White with #C026F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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