Shades of Medium Orchid #C769DB
Tints of Medium Orchid #C769DB
RGB
CMYK
RGB Variations
Color information
#C769DB (or 0xC769DB) is known color: Medium Orchid. HEX triplet: C7, 69 and DB. RGB value is (199,105,219). Sum of RGB (Red+Green+Blue) = 199+105+219=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #C769DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769DB is #389624. Grayscale: #919191. Windows color (decimal): -3708453 or 14379463. OLE color: 14379463.
HSL color Cylindrical-coordinate representation of color #C769DB: hue angle of 289.47º degrees, saturation: 0.61, 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 #C769DB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 105 | 219 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.14 |
| HSL | 289.47º | 0.61% | 0.64% | - |
| HSV(B) | 289.47º | 0.52% | 0.86% | - |
| XYZ | 41.39 | 27.36 | 70.12 | - |
| YUV | 146.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 219 | 0.09 | 0.52 | 0 | 0.14 | 289.47 | 0.61 | 0.64 |
| Hex | C7 | 69 | DB | 9 | 34 | 0 | E | 121 | 3D | 40 |
| Octal | 307 | 151 | 333 | 11 | 64 | 0 | 16 | 441 | 75 | 100 |
| Binary | 11000111 | 1101001 | 11011011 | 1001 | 110100 | 0 | 1110 | 100100001 | 111101 | 1000000 |
Color Harmonies of #C769DB
Complementary color
Monochromatic Colors of #C769DB
Black with #C769DB
Text Example
Text Example
White with #C769DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769DB; }
p { color: rgb(199,105,219); }
H1.HeaderClassName
{
color: #C769DB;
}
.AnyTagClassName
{
color: #C769DB;
}
</style>
background-color css
<style>
a { background-color: #C769DB; }
a { background-color: rgb(199,105,219); }
div.DivClassName
{
background-color: #C769DB;
}
.BgClassName
{
background-color: #C769DB;
}
</style>
border-color css
<style>
span { border-color: #C769DB; }
span { border-color: rgb(199,105,219); }
td.TdClassName
{
border-color: #C769DB;
}
.TagClassName
{
border-color: #C769DB;
}
</style>