Html Css Color HEX #C704ED Electric Purple

📋 copy color: '#C704ED'

red 199 ◦ green 4 ◦ blue 237

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

Shades of Electric Purple #C704ED

Tints of Electric Purple #C704ED

RGB

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

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

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

R = 45.23%
G = 0.91%
B = 53.86%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C704ED (or 0xC704ED) is known color: Electric Purple. HEX triplet: C7, 04 and ED. RGB value is (199,4,237). Sum of RGB (Red+Green+Blue) = 199+4+237=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C704ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C704ED is #38FB12. Grayscale: #585858. Windows color (decimal): -3734291 or 15533255. OLE color: 15533255.

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

Color convert

RGB 199 4 237 -
CMYK 0.16 0.98 0 0.07
HSL 290.21º 0.97% 0.47% -
HSV(B) 290.21º 0.98% 0.93% -
XYZ 38.88 18.34 81.61 -
YUV 88.87 211.6 206.55 -
System Red Green Blue C M Y K H S L
Decimal 199 4 237 0.16 0.98 0 0.07 290.21 0.97 0.47
Hex C7 4 ED 10 62 0 7 122 61 2F
Octal 307 4 355 20 142 0 7 442 141 57
Binary 11000111 100 11101101 10000 1100010 0 111 100100010 1100001 101111

Color Harmonies of #C704ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704ED

Black with #C704ED

Text Example


Text Example

White with #C704ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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