Html Css Color HEX #C828F8 Electric Purple

📋 copy color: '#C828F8'

red 200 ◦ green 40 ◦ blue 248

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

Shades of Electric Purple #C828F8

Tints of Electric Purple #C828F8

RGB

 RED value IS 200 (78.52% from 255) = 40.98%

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

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 40.98%
G = 8.2%
B = 50.82%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C828F8 (or 0xC828F8) is known color: Electric Purple. HEX triplet: C8, 28 and F8. RGB value is (200,40,248). Sum of RGB (Red+Green+Blue) = 200+40+248=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #C828F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828F8 is #37D707. Grayscale: #6E6E6E. Windows color (decimal): -3659528 or 16263368. OLE color: 16263368.

HSL color Cylindrical-coordinate representation of color #C828F8: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C828F8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 40 248 -
CMYK 0.19 0.84 0 0.03
HSL 286.15º 0.94% 0.56% -
HSV(B) 286.15º 0.84% 0.97% -
XYZ 41.52 20.57 90.59 -
YUV 111.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 200 40 248 0.19 0.84 0 0.03 286.15 0.94 0.56
Hex C8 28 F8 13 54 0 3 11E 5E 38
Octal 310 50 370 23 124 0 3 436 136 70
Binary 11001000 101000 11111000 10011 1010100 0 11 100011110 1011110 111000

Color Harmonies of #C828F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828F8

Black with #C828F8

Text Example


Text Example

White with #C828F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828F8; }

 p { color: rgb(200,40,248); }

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

background-color css

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

 a { background-color: rgb(200,40,248); }

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

border-color css

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

 span { border-color: rgb(200,40,248); }

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