Html Css Color HEX #C700FA Electric Purple

📋 copy color: '#C700FA'

red 199 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #C700FA

Tints of Electric Purple #C700FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 44.32%
G = 0%
B = 55.68%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C700FA (or 0xC700FA) is known color: Electric Purple. HEX triplet: C7, 00 and FA. RGB value is (199,0,250). Sum of RGB (Red+Green+Blue) = 199+0+250=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #C700FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700FA is #38FF05. Grayscale: #575757. Windows color (decimal): -3735302 or 16384199. OLE color: 16384199.

HSL color Cylindrical-coordinate representation of color #C700FA: hue angle of 287.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700FA is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 0 250 -
CMYK 0.20 1 0 0.02
HSL 287.76º 1% 0.49% -
HSV(B) 287.76º 1% 0.98% -
XYZ 40.81 19.04 91.97 -
YUV 88 219.43 207.17 -
System Red Green Blue C M Y K H S L
Decimal 199 0 250 0.20 1 0 0.02 287.76 1 0.49
Hex C7 0 FA 14 64 0 2 120 64 31
Octal 307 0 372 24 144 0 2 440 144 61
Binary 11000111 0 11111010 10100 1100100 0 10 100100000 1100100 110001

Color Harmonies of #C700FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700FA

Black with #C700FA

Text Example


Text Example

White with #C700FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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