#C76CE3

Color #C76CE3 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C76CE3

Tints of Medium Orchid #C76CE3

Color information

#C76CE3 (or 0xC76CE3) is unknown color: approx Medium Orchid. HEX triplet: C7, 6C and E3. RGB value is (199,108,227). Sum of RGB (Red+Green+Blue) = 199+108+227=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #C76CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CE3 is #38931C. Grayscale: #949494. Windows color (decimal): -3707677 or 14904519. OLE color: 14904519.

HSL color Cylindrical-coordinate representation of color #C76CE3: hue angle of 285.88º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76CE3 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB199108227-
CMYK0.120.5200.11
HSL285.88º68%65.69%-
HSV(B)285.88º52.42%89.02%-
XYZ42.7828.4175.9-
YUV148.77172.15163.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 227 (89.06% from 255) = 42.51%
R=37.27%
G=20.22%
B=42.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1991082270.120.5200.11285.886865.69
HexC76CE3C340B11e4442
Octal3071543431464013436104102
Binary1100011111011001110001111001101000101110001111010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CE3; }

 p { color: rgb(199,108,227); }

 H1.HeaderClassName
 {
   color: #C76CE3;
 }
 .AnyTagClassName
 {
   color: #C76CE3;
 }
</style>
background-color css

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

 a { background-color: rgb(199,108,227); }

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

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

 span { border-color: rgb(199,108,227); }

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