Shades of Medium Orchid #C769DC
Tints of Medium Orchid #C769DC
RGB
CMYK
RGB Variations
Color information
#C769DC (or 0xC769DC) is known color: Medium Orchid. HEX triplet: C7, 69 and DC. RGB value is (199,105,220). Sum of RGB (Red+Green+Blue) = 199+105+220=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C769DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769DC is #389623. Grayscale: #919191. Windows color (decimal): -3708452 or 14444999. OLE color: 14444999.
HSL color Cylindrical-coordinate representation of color #C769DC: hue angle of 289.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C769DC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 105 | 220 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.14 |
| HSL | 289.04º | 0.62% | 0.64% | - |
| HSV(B) | 289.04º | 0.52% | 0.86% | - |
| XYZ | 41.52 | 27.41 | 70.81 | - |
| YUV | 146.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 220 | 0.10 | 0.52 | 0 | 0.14 | 289.04 | 0.62 | 0.64 |
| Hex | C7 | 69 | DC | A | 34 | 0 | E | 121 | 3E | 40 |
| Octal | 307 | 151 | 334 | 12 | 64 | 0 | 16 | 441 | 76 | 100 |
| Binary | 11000111 | 1101001 | 11011100 | 1010 | 110100 | 0 | 1110 | 100100001 | 111110 | 1000000 |
Color Harmonies of #C769DC
Complementary color
Monochromatic Colors of #C769DC
Black with #C769DC
Text Example
Text Example
White with #C769DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769DC; }
p { color: rgb(199,105,220); }
H1.HeaderClassName
{
color: #C769DC;
}
.AnyTagClassName
{
color: #C769DC;
}
</style>
background-color css
<style>
a { background-color: #C769DC; }
a { background-color: rgb(199,105,220); }
div.DivClassName
{
background-color: #C769DC;
}
.BgClassName
{
background-color: #C769DC;
}
</style>
border-color css
<style>
span { border-color: #C769DC; }
span { border-color: rgb(199,105,220); }
td.TdClassName
{
border-color: #C769DC;
}
.TagClassName
{
border-color: #C769DC;
}
</style>