Html Css Color HEX #C801FE Electric Purple

📋 copy color: '#C801FE'

red 200 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #C801FE

Tints of Electric Purple #C801FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 43.96%
G = 0.22%
B = 55.82%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C801FE (or 0xC801FE) is known color: Electric Purple. HEX triplet: C8, 01 and FE. RGB value is (200,1,254). Sum of RGB (Red+Green+Blue) = 200+1+254=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #C801FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801FE is #37FE01. Grayscale: #585858. Windows color (decimal): -3669506 or 16646600. OLE color: 16646600.

HSL color Cylindrical-coordinate representation of color #C801FE: hue angle of 287.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801FE is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 1 254 -
CMYK 0.21 1.00 0 0.00
HSL 287.19º 0.99% 0.5% -
HSV(B) 287.19º 1% 1% -
XYZ 41.72 19.46 95.32 -
YUV 89.34 220.93 206.93 -
System Red Green Blue C M Y K H S L
Decimal 200 1 254 0.21 1.00 0 0.00 287.19 0.99 0.5
Hex C8 1 FE 15 64 0 0 11F 63 32
Octal 310 1 376 25 144 0 0 437 143 62
Binary 11001000 1 11111110 10101 1100100 0 0 100011111 1100011 110010

Color Harmonies of #C801FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801FE

Black with #C801FE

Text Example


Text Example

White with #C801FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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