Html Css Color HEX #C028FE Electric Purple

📋 copy color: '#C028FE'

red 192 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #C028FE

Tints of Electric Purple #C028FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.23%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 39.51%
G = 8.23%
B = 52.26%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C028FE (or 0xC028FE) is known color: Electric Purple. HEX triplet: C0, 28 and FE. RGB value is (192,40,254). Sum of RGB (Red+Green+Blue) = 192+40+254=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #C028FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028FE is #3FD701. Grayscale: #6D6D6D. Windows color (decimal): -4183810 or 16656576. OLE color: 16656576.

HSL color Cylindrical-coordinate representation of color #C028FE: hue angle of 282.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C028FE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 40 254 -
CMYK 0.24 0.84 0 0.00
HSL 282.62º 0.99% 0.58% -
HSV(B) 282.62º 0.84% 1% -
XYZ 40.39 19.88 95.47 -
YUV 109.84 209.36 186.6 -
System Red Green Blue C M Y K H S L
Decimal 192 40 254 0.24 0.84 0 0.00 282.62 0.99 0.58
Hex C0 28 FE 18 54 0 0 11B 63 3A
Octal 300 50 376 30 124 0 0 433 143 72
Binary 11000000 101000 11111110 11000 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C028FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028FE

Black with #C028FE

Text Example


Text Example

White with #C028FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028FE; }

 p { color: rgb(192,40,254); }

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

background-color css

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

 a { background-color: rgb(192,40,254); }

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

border-color css

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

 span { border-color: rgb(192,40,254); }

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