Html Css Color HEX #C826F6 Electric Purple

📋 copy color: '#C826F6'

red 200 ◦ green 38 ◦ blue 246

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

Shades of Electric Purple #C826F6

Tints of Electric Purple #C826F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.83%

R = 41.32%
G = 7.85%
B = 50.83%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C826F6 (or 0xC826F6) is known color: Electric Purple. HEX triplet: C8, 26 and F6. RGB value is (200,38,246). Sum of RGB (Red+Green+Blue) = 200+38+246=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #C826F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826F6 is #37D909. Grayscale: #6D6D6D. Windows color (decimal): -3660042 or 16131784. OLE color: 16131784.

HSL color Cylindrical-coordinate representation of color #C826F6: hue angle of 286.73º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C826F6 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 38 246 -
CMYK 0.19 0.85 0 0.04
HSL 286.73º 0.92% 0.56% -
HSV(B) 286.73º 0.85% 0.96% -
XYZ 41.15 20.32 88.94 -
YUV 110.15 204.67 192.09 -
System Red Green Blue C M Y K H S L
Decimal 200 38 246 0.19 0.85 0 0.04 286.73 0.92 0.56
Hex C8 26 F6 13 55 0 4 11F 5C 38
Octal 310 46 366 23 125 0 4 437 134 70
Binary 11001000 100110 11110110 10011 1010101 0 100 100011111 1011100 111000

Color Harmonies of #C826F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826F6

Black with #C826F6

Text Example


Text Example

White with #C826F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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