Html Css Color HEX #C801EC Electric Purple

📋 copy color: '#C801EC'

red 200 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #C801EC

Tints of Electric Purple #C801EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 45.77%
G = 0.23%
B = 54%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C801EC (or 0xC801EC) is known color: Electric Purple. HEX triplet: C8, 01 and EC. RGB value is (200,1,236). Sum of RGB (Red+Green+Blue) = 200+1+236=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #C801EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801EC is #37FE13. Grayscale: #565656. Windows color (decimal): -3669524 or 15466952. OLE color: 15466952.

HSL color Cylindrical-coordinate representation of color #C801EC: hue angle of 290.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801EC is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 1 236 -
CMYK 0.15 1.00 0 0.07
HSL 290.81º 0.99% 0.46% -
HSV(B) 290.81º 1% 0.93% -
XYZ 38.97 18.36 80.85 -
YUV 87.29 211.93 208.39 -
System Red Green Blue C M Y K H S L
Decimal 200 1 236 0.15 1.00 0 0.07 290.81 0.99 0.46
Hex C8 1 EC F 64 0 7 123 63 2E
Octal 310 1 354 17 144 0 7 443 143 56
Binary 11001000 1 11101100 1111 1100100 0 111 100100011 1100011 101110

Color Harmonies of #C801EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801EC

Black with #C801EC

Text Example


Text Example

White with #C801EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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