Html Css Color HEX #C706EC Electric Purple

📋 copy color: '#C706EC'

red 199 ◦ green 6 ◦ blue 236

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

Shades of Electric Purple #C706EC

Tints of Electric Purple #C706EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 236 (92.58% from 255) = 53.51%

R = 45.12%
G = 1.36%
B = 53.51%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C706EC (or 0xC706EC) is known color: Electric Purple. HEX triplet: C7, 06 and EC. RGB value is (199,6,236). Sum of RGB (Red+Green+Blue) = 199+6+236=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C706EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706EC is #38F913. Grayscale: #595959. Windows color (decimal): -3733780 or 15468231. OLE color: 15468231.

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

Color convert

RGB 199 6 236 -
CMYK 0.16 0.97 0 0.07
HSL 290.35º 0.95% 0.47% -
HSV(B) 290.35º 0.97% 0.93% -
XYZ 38.76 18.33 80.85 -
YUV 89.93 210.44 205.8 -
System Red Green Blue C M Y K H S L
Decimal 199 6 236 0.16 0.97 0 0.07 290.35 0.95 0.47
Hex C7 6 EC 10 61 0 7 122 5F 2F
Octal 307 6 354 20 141 0 7 442 137 57
Binary 11000111 110 11101100 10000 1100001 0 111 100100010 1011111 101111

Color Harmonies of #C706EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706EC

Black with #C706EC

Text Example


Text Example

White with #C706EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706EC; }

 p { color: rgb(199,6,236); }

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

background-color css

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

 a { background-color: rgb(199,6,236); }

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

border-color css

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

 span { border-color: rgb(199,6,236); }

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