Html Css Color HEX #C826EB Electric Purple

📋 copy color: '#C826EB'

red 200 ◦ green 38 ◦ blue 235

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

Shades of Electric Purple #C826EB

Tints of Electric Purple #C826EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 42.28%
G = 8.03%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C826EB (or 0xC826EB) is known color: Electric Purple. HEX triplet: C8, 26 and EB. RGB value is (200,38,235). Sum of RGB (Red+Green+Blue) = 200+38+235=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #C826EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826EB is #37D914. Grayscale: #6C6C6C. Windows color (decimal): -3660053 or 15410888. OLE color: 15410888.

HSL color Cylindrical-coordinate representation of color #C826EB: hue angle of 289.34º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C826EB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 38 235 -
CMYK 0.15 0.84 0 0.08
HSL 289.34º 0.83% 0.54% -
HSV(B) 289.34º 0.84% 0.92% -
XYZ 39.51 19.66 80.31 -
YUV 108.9 199.17 192.98 -
System Red Green Blue C M Y K H S L
Decimal 200 38 235 0.15 0.84 0 0.08 289.34 0.83 0.54
Hex C8 26 EB F 54 0 8 121 53 36
Octal 310 46 353 17 124 0 10 441 123 66
Binary 11001000 100110 11101011 1111 1010100 0 1000 100100001 1010011 110110

Color Harmonies of #C826EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826EB

Black with #C826EB

Text Example


Text Example

White with #C826EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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