Html Css Color HEX #C704FE Electric Purple

📋 copy color: '#C704FE'

red 199 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #C704FE

Tints of Electric Purple #C704FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 43.54%
G = 0.88%
B = 55.58%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C704FE (or 0xC704FE) is known color: Electric Purple. HEX triplet: C7, 04 and FE. RGB value is (199,4,254). Sum of RGB (Red+Green+Blue) = 199+4+254=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #C704FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C704FE is #38FB01. Grayscale: #5A5A5A. Windows color (decimal): -3734274 or 16647367. OLE color: 16647367.

HSL color Cylindrical-coordinate representation of color #C704FE: hue angle of 286.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704FE is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 4 254 -
CMYK 0.22 0.98 0 0.00
HSL 286.8º 0.99% 0.51% -
HSV(B) 286.8º 0.98% 1% -
XYZ 41.49 19.38 95.32 -
YUV 90.81 220.1 205.17 -
System Red Green Blue C M Y K H S L
Decimal 199 4 254 0.22 0.98 0 0.00 286.8 0.99 0.51
Hex C7 4 FE 16 62 0 0 11F 63 33
Octal 307 4 376 26 142 0 0 437 143 63
Binary 11000111 100 11111110 10110 1100010 0 0 100011111 1100011 110011

Color Harmonies of #C704FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704FE

Black with #C704FE

Text Example


Text Example

White with #C704FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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