Html Css Color HEX #C704FB Electric Purple

📋 copy color: '#C704FB'

red 199 ◦ green 4 ◦ blue 251

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

Shades of Electric Purple #C704FB

Tints of Electric Purple #C704FB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 43.83%
G = 0.88%
B = 55.29%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C704FB (or 0xC704FB) is known color: Electric Purple. HEX triplet: C7, 04 and FB. RGB value is (199,4,251). Sum of RGB (Red+Green+Blue) = 199+4+251=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 4 (1.95% from 255 or 0.88% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C704FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C704FB is #38FB04. Grayscale: #595959. Windows color (decimal): -3734277 or 16450759. OLE color: 16450759.

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

Color convert

RGB 199 4 251 -
CMYK 0.21 0.98 0 0.02
HSL 287.37º 0.97% 0.5% -
HSV(B) 287.37º 0.98% 0.98% -
XYZ 41.01 19.19 92.81 -
YUV 90.46 218.6 205.42 -
System Red Green Blue C M Y K H S L
Decimal 199 4 251 0.21 0.98 0 0.02 287.37 0.97 0.5
Hex C7 4 FB 15 62 0 2 11F 61 32
Octal 307 4 373 25 142 0 2 437 141 62
Binary 11000111 100 11111011 10101 1100010 0 10 100011111 1100001 110010

Color Harmonies of #C704FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704FB

Black with #C704FB

Text Example


Text Example

White with #C704FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704FB; }

 p { color: rgb(199,4,251); }

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

background-color css

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

 a { background-color: rgb(199,4,251); }

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

border-color css

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

 span { border-color: rgb(199,4,251); }

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