Html Css Color HEX #C826F1 Electric Purple

📋 copy color: '#C826F1'

red 200 ◦ green 38 ◦ blue 241

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

Shades of Electric Purple #C826F1

Tints of Electric Purple #C826F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 41.75%
G = 7.93%
B = 50.31%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C826F1 (or 0xC826F1) is known color: Electric Purple. HEX triplet: C8, 26 and F1. RGB value is (200,38,241). Sum of RGB (Red+Green+Blue) = 200+38+241=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #C826F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826F1 is #37D90E. Grayscale: #6C6C6C. Windows color (decimal): -3660047 or 15804104. OLE color: 15804104.

HSL color Cylindrical-coordinate representation of color #C826F1: hue angle of 287.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C826F1 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 38 241 -
CMYK 0.17 0.84 0 0.05
HSL 287.88º 0.88% 0.55% -
HSV(B) 287.88º 0.84% 0.95% -
XYZ 40.39 20.02 84.95 -
YUV 109.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 200 38 241 0.17 0.84 0 0.05 287.88 0.88 0.55
Hex C8 26 F1 11 54 0 5 120 58 37
Octal 310 46 361 21 124 0 5 440 130 67
Binary 11001000 100110 11110001 10001 1010100 0 101 100100000 1011000 110111

Color Harmonies of #C826F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826F1

Black with #C826F1

Text Example


Text Example

White with #C826F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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