Html Css Color HEX #C801F7 Electric Purple

📋 copy color: '#C801F7'

red 200 ◦ green 1 ◦ blue 247

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

Shades of Electric Purple #C801F7

Tints of Electric Purple #C801F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 44.64%
G = 0.22%
B = 55.13%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C801F7 (or 0xC801F7) is known color: Electric Purple. HEX triplet: C8, 01 and F7. RGB value is (200,1,247). Sum of RGB (Red+Green+Blue) = 200+1+247=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #C801F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801F7 is #37FE08. Grayscale: #575757. Windows color (decimal): -3669513 or 16187848. OLE color: 16187848.

HSL color Cylindrical-coordinate representation of color #C801F7: hue angle of 288.54º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801F7 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 1 247 -
CMYK 0.19 1.00 0 0.03
HSL 288.54º 0.99% 0.49% -
HSV(B) 288.54º 1% 0.97% -
XYZ 40.62 19.02 89.53 -
YUV 88.55 217.43 207.5 -
System Red Green Blue C M Y K H S L
Decimal 200 1 247 0.19 1.00 0 0.03 288.54 0.99 0.49
Hex C8 1 F7 13 64 0 3 121 63 31
Octal 310 1 367 23 144 0 3 441 143 61
Binary 11001000 1 11110111 10011 1100100 0 11 100100001 1100011 110001

Color Harmonies of #C801F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801F7

Black with #C801F7

Text Example


Text Example

White with #C801F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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