Html Css Color HEX #C828FA Electric Purple

📋 copy color: '#C828FA'

red 200 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #C828FA

Tints of Electric Purple #C828FA

RGB

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

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

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

R = 40.82%
G = 8.16%
B = 51.02%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C828FA (or 0xC828FA) is known color: Electric Purple. HEX triplet: C8, 28 and FA. RGB value is (200,40,250). Sum of RGB (Red+Green+Blue) = 200+40+250=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C828FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828FA is #37D705. Grayscale: #6F6F6F. Windows color (decimal): -3659526 or 16394440. OLE color: 16394440.

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

Color convert

RGB 200 40 250 -
CMYK 0.2 0.84 0 0.02
HSL 285.71º 0.95% 0.57% -
HSV(B) 285.71º 0.84% 0.98% -
XYZ 41.83 20.7 92.23 -
YUV 111.78 206.01 190.92 -
System Red Green Blue C M Y K H S L
Decimal 200 40 250 0.2 0.84 0 0.02 285.71 0.95 0.57
Hex C8 28 FA 14 54 0 2 11E 5F 39
Octal 310 50 372 24 124 0 2 436 137 71
Binary 11001000 101000 11111010 10100 1010100 0 10 100011110 1011111 111001

Color Harmonies of #C828FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828FA

Black with #C828FA

Text Example


Text Example

White with #C828FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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