Html Css Color HEX #C827EC Electric Purple

📋 copy color: '#C827EC'

red 200 ◦ green 39 ◦ blue 236

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

Shades of Electric Purple #C827EC

Tints of Electric Purple #C827EC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.21%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 42.11%
G = 8.21%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C827EC (or 0xC827EC) is known color: Electric Purple. HEX triplet: C8, 27 and EC. RGB value is (200,39,236). Sum of RGB (Red+Green+Blue) = 200+39+236=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #C827EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827EC is #37D813. Grayscale: #6C6C6C. Windows color (decimal): -3659796 or 15476680. OLE color: 15476680.

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

Color convert

RGB 200 39 236 -
CMYK 0.15 0.83 0 0.07
HSL 289.04º 0.84% 0.54% -
HSV(B) 289.04º 0.83% 0.93% -
XYZ 39.69 19.79 81.08 -
YUV 109.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 200 39 236 0.15 0.83 0 0.07 289.04 0.84 0.54
Hex C8 27 EC F 53 0 7 121 54 36
Octal 310 47 354 17 123 0 7 441 124 66
Binary 11001000 100111 11101100 1111 1010011 0 111 100100001 1010100 110110

Color Harmonies of #C827EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C827EC

Black with #C827EC

Text Example


Text Example

White with #C827EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C827EC; }

 p { color: rgb(200,39,236); }

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

background-color css

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

 a { background-color: rgb(200,39,236); }

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

border-color css

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

 span { border-color: rgb(200,39,236); }

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