Html Css Color HEX #C700F7 Electric Purple

📋 copy color: '#C700F7'

red 199 ◦ green 0 ◦ blue 247

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

Shades of Electric Purple #C700F7

Tints of Electric Purple #C700F7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.62%
G = 0%
B = 55.38%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C700F7 (or 0xC700F7) is known color: Electric Purple. HEX triplet: C7, 00 and F7. RGB value is (199,0,247). Sum of RGB (Red+Green+Blue) = 199+0+247=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #C700F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700F7 is #38FF08. Grayscale: #565656. Windows color (decimal): -3735305 or 16187591. OLE color: 16187591.

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

Color convert

RGB 199 0 247 -
CMYK 0.19 1 0 0.03
HSL 288.34º 1% 0.48% -
HSV(B) 288.34º 1% 0.97% -
XYZ 40.34 18.86 89.51 -
YUV 87.66 217.93 207.42 -
System Red Green Blue C M Y K H S L
Decimal 199 0 247 0.19 1 0 0.03 288.34 1 0.48
Hex C7 0 F7 13 64 0 3 120 64 30
Octal 307 0 367 23 144 0 3 440 144 60
Binary 11000111 0 11110111 10011 1100100 0 11 100100000 1100100 110000

Color Harmonies of #C700F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700F7

Black with #C700F7

Text Example


Text Example

White with #C700F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700F7; }

 p { color: rgb(199,0,247); }

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

background-color css

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

 a { background-color: rgb(199,0,247); }

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

border-color css

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

 span { border-color: rgb(199,0,247); }

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