Html Css Color HEX #C801FD Electric Purple

📋 copy color: '#C801FD'

red 200 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #C801FD

Tints of Electric Purple #C801FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.73%

R = 44.05%
G = 0.22%
B = 55.73%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C801FD (or 0xC801FD) is known color: Electric Purple. HEX triplet: C8, 01 and FD. RGB value is (200,1,253). Sum of RGB (Red+Green+Blue) = 200+1+253=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #C801FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801FD is #37FE02. Grayscale: #585858. Windows color (decimal): -3669507 or 16581064. OLE color: 16581064.

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

Color convert

RGB 200 1 253 -
CMYK 0.21 1.00 0 0.01
HSL 287.38º 0.99% 0.5% -
HSV(B) 287.38º 1% 0.99% -
XYZ 41.56 19.39 94.48 -
YUV 89.23 220.43 207.01 -
System Red Green Blue C M Y K H S L
Decimal 200 1 253 0.21 1.00 0 0.01 287.38 0.99 0.5
Hex C8 1 FD 15 64 0 1 11F 63 32
Octal 310 1 375 25 144 0 1 437 143 62
Binary 11001000 1 11111101 10101 1100100 0 1 100011111 1100011 110010

Color Harmonies of #C801FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801FD

Black with #C801FD

Text Example


Text Example

White with #C801FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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