Html Css Color HEX #C701FD Electric Purple

📋 copy color: '#C701FD'

red 199 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #C701FD

Tints of Electric Purple #C701FD

RGB

 RED value IS 199 (78.13% from 255) = 43.93%

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

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

R = 43.93%
G = 0.22%
B = 55.85%

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

#C701FD (or 0xC701FD) is known color: Electric Purple. HEX triplet: C7, 01 and FD. RGB value is (199,1,253). Sum of RGB (Red+Green+Blue) = 199+1+253=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 1 (0.78% from 255 or 0.22% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C701FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701FD is #38FE02. Grayscale: #585858. Windows color (decimal): -3735043 or 16581063. OLE color: 16581063.

HSL color Cylindrical-coordinate representation of color #C701FD: hue angle of 287.14º 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 #C701FD is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 1 253 -
CMYK 0.21 1.00 0 0.01
HSL 287.14º 0.99% 0.5% -
HSV(B) 287.14º 1% 0.99% -
XYZ 41.29 19.26 94.47 -
YUV 88.93 220.6 206.51 -
System Red Green Blue C M Y K H S L
Decimal 199 1 253 0.21 1.00 0 0.01 287.14 0.99 0.5
Hex C7 1 FD 15 64 0 1 11F 63 32
Octal 307 1 375 25 144 0 1 437 143 62
Binary 11000111 1 11111101 10101 1100100 0 1 100011111 1100011 110010

Color Harmonies of #C701FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701FD

Black with #C701FD

Text Example


Text Example

White with #C701FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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