Html Css Color HEX #C701ED Electric Purple

📋 copy color: '#C701ED'

red 199 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #C701ED

Tints of Electric Purple #C701ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 45.54%
G = 0.23%
B = 54.23%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C701ED (or 0xC701ED) is known color: Electric Purple. HEX triplet: C7, 01 and ED. RGB value is (199,1,237). Sum of RGB (Red+Green+Blue) = 199+1+237=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #C701ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701ED is #38FE12. Grayscale: #565656. Windows color (decimal): -3735059 or 15532487. OLE color: 15532487.

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

Color convert

RGB 199 1 237 -
CMYK 0.16 1.00 0 0.07
HSL 290.34º 0.99% 0.47% -
HSV(B) 290.34º 1% 0.93% -
XYZ 38.85 18.28 81.6 -
YUV 87.11 212.6 207.81 -
System Red Green Blue C M Y K H S L
Decimal 199 1 237 0.16 1.00 0 0.07 290.34 0.99 0.47
Hex C7 1 ED 10 64 0 7 122 63 2F
Octal 307 1 355 20 144 0 7 442 143 57
Binary 11000111 1 11101101 10000 1100100 0 111 100100010 1100011 101111

Color Harmonies of #C701ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701ED

Black with #C701ED

Text Example


Text Example

White with #C701ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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