Html Css Color HEX #C826FE Electric Purple

📋 copy color: '#C826FE'

red 200 ◦ green 38 ◦ blue 254

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

Shades of Electric Purple #C826FE

Tints of Electric Purple #C826FE

RGB

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

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

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

R = 40.65%
G = 7.72%
B = 51.63%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C826FE (or 0xC826FE) is known color: Electric Purple. HEX triplet: C8, 26 and FE. RGB value is (200,38,254). Sum of RGB (Red+Green+Blue) = 200+38+254=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C826FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826FE is #37D901. Grayscale: #6E6E6E. Windows color (decimal): -3660034 or 16656072. OLE color: 16656072.

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

Color convert

RGB 200 38 254 -
CMYK 0.21 0.85 0 0.00
HSL 285º 0.99% 0.57% -
HSV(B) 285º 0.85% 1% -
XYZ 42.4 20.82 95.55 -
YUV 111.06 208.67 191.44 -
System Red Green Blue C M Y K H S L
Decimal 200 38 254 0.21 0.85 0 0.00 285 0.99 0.57
Hex C8 26 FE 15 55 0 0 11D 63 39
Octal 310 46 376 25 125 0 0 435 143 71
Binary 11001000 100110 11111110 10101 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C826FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826FE

Black with #C826FE

Text Example


Text Example

White with #C826FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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