Html Css Color HEX #C706ED Electric Purple

📋 copy color: '#C706ED'

red 199 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #C706ED

Tints of Electric Purple #C706ED

RGB

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

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

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

R = 45.02%
G = 1.36%
B = 53.62%

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

#C706ED (or 0xC706ED) is known color: Electric Purple. HEX triplet: C7, 06 and ED. RGB value is (199,6,237). Sum of RGB (Red+Green+Blue) = 199+6+237=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #C706ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C706ED is #38F912. Grayscale: #595959. Windows color (decimal): -3733779 or 15533767. OLE color: 15533767.

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

Color convert

RGB 199 6 237 -
CMYK 0.16 0.97 0 0.07
HSL 290.13º 0.95% 0.48% -
HSV(B) 290.13º 0.97% 0.93% -
XYZ 38.9 18.39 81.62 -
YUV 90.04 210.94 205.72 -
System Red Green Blue C M Y K H S L
Decimal 199 6 237 0.16 0.97 0 0.07 290.13 0.95 0.48
Hex C7 6 ED 10 61 0 7 122 5F 30
Octal 307 6 355 20 141 0 7 442 137 60
Binary 11000111 110 11101101 10000 1100001 0 111 100100010 1011111 110000

Color Harmonies of #C706ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706ED

Black with #C706ED

Text Example


Text Example

White with #C706ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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