Html Css Color HEX #C826F5 Electric Purple

📋 copy color: '#C826F5'

red 200 ◦ green 38 ◦ blue 245

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

Shades of Electric Purple #C826F5

Tints of Electric Purple #C826F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.72%

R = 41.41%
G = 7.87%
B = 50.72%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C826F5 (or 0xC826F5) is known color: Electric Purple. HEX triplet: C8, 26 and F5. RGB value is (200,38,245). Sum of RGB (Red+Green+Blue) = 200+38+245=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #C826F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826F5 is #37D90A. Grayscale: #6D6D6D. Windows color (decimal): -3660043 or 16066248. OLE color: 16066248.

HSL color Cylindrical-coordinate representation of color #C826F5: hue angle of 286.96º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C826F5 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 38 245 -
CMYK 0.18 0.84 0 0.04
HSL 286.96º 0.91% 0.55% -
HSV(B) 286.96º 0.84% 0.96% -
XYZ 40.99 20.26 88.14 -
YUV 110.04 204.17 192.17 -
System Red Green Blue C M Y K H S L
Decimal 200 38 245 0.18 0.84 0 0.04 286.96 0.91 0.55
Hex C8 26 F5 12 54 0 4 11F 5B 37
Octal 310 46 365 22 124 0 4 437 133 67
Binary 11001000 100110 11110101 10010 1010100 0 100 100011111 1011011 110111

Color Harmonies of #C826F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826F5

Black with #C826F5

Text Example


Text Example

White with #C826F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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