Html Css Color HEX #C826FF Electric Purple

📋 copy color: '#C826FF'

red 200 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #C826FF

Tints of Electric Purple #C826FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.72%

R = 40.57%
G = 7.71%
B = 51.72%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C826FF (or 0xC826FF) is known color: Electric Purple. HEX triplet: C8, 26 and FF. RGB value is (200,38,255). Sum of RGB (Red+Green+Blue) = 200+38+255=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C826FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826FF is #37D900. Grayscale: #6E6E6E. Windows color (decimal): -3660033 or 16721608. OLE color: 16721608.

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

Color convert

RGB 200 38 255 -
CMYK 0.22 0.85 0 0
HSL 284.79º 1% 0.57% -
HSV(B) 284.79º 0.85% 1% -
XYZ 42.56 20.89 96.4 -
YUV 111.18 209.17 191.36 -
System Red Green Blue C M Y K H S L
Decimal 200 38 255 0.22 0.85 0 0 284.79 1 0.57
Hex C8 26 FF 16 55 0 0 11D 64 39
Octal 310 46 377 26 125 0 0 435 144 71
Binary 11001000 100110 11111111 10110 1010101 0 0 100011101 1100100 111001

Color Harmonies of #C826FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C826FF

Black with #C826FF

Text Example


Text Example

White with #C826FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C826FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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