Html Css Color HEX #C826FC Electric Purple

📋 copy color: '#C826FC'

red 200 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #C826FC

Tints of Electric Purple #C826FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 40.82%
G = 7.76%
B = 51.43%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C826FC (or 0xC826FC) is known color: Electric Purple. HEX triplet: C8, 26 and FC. RGB value is (200,38,252). Sum of RGB (Red+Green+Blue) = 200+38+252=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C826FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826FC is #37D903. Grayscale: #6E6E6E. Windows color (decimal): -3660036 or 16525000. OLE color: 16525000.

HSL color Cylindrical-coordinate representation of color #C826FC: hue angle of 285.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C826FC is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 38 252 -
CMYK 0.21 0.85 0 0.01
HSL 285.42º 0.97% 0.57% -
HSV(B) 285.42º 0.85% 0.99% -
XYZ 42.08 20.69 93.87 -
YUV 110.83 207.67 191.6 -
System Red Green Blue C M Y K H S L
Decimal 200 38 252 0.21 0.85 0 0.01 285.42 0.97 0.57
Hex C8 26 FC 15 55 0 1 11D 61 39
Octal 310 46 374 25 125 0 1 435 141 71
Binary 11001000 100110 11111100 10101 1010101 0 1 100011101 1100001 111001

Color Harmonies of #C826FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826FC

Black with #C826FC

Text Example


Text Example

White with #C826FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826FC; }

 p { color: rgb(200,38,252); }

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

background-color css

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

 a { background-color: rgb(200,38,252); }

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

border-color css

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

 span { border-color: rgb(200,38,252); }

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