Shades of Medium Orchid #C069DD
Tints of Medium Orchid #C069DD
RGB
CMYK
RGB Variations
Color information
#C069DD (or 0xC069DD) is known color: Medium Orchid. HEX triplet: C0, 69 and DD. RGB value is (192,105,221). Sum of RGB (Red+Green+Blue) = 192+105+221=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C069DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DD is #3F9622. Grayscale: #8F8F8F. Windows color (decimal): -4167203 or 14510528. OLE color: 14510528.
HSL color Cylindrical-coordinate representation of color #C069DD: hue angle of 285º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C069DD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 105 | 221 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 285º | 0.63% | 0.64% | - |
| HSV(B) | 285º | 0.52% | 0.87% | - |
| XYZ | 39.84 | 26.53 | 71.43 | - |
| YUV | 144.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 221 | 0.13 | 0.52 | 0 | 0.13 | 285 | 0.63 | 0.64 |
| Hex | C0 | 69 | DD | D | 34 | 0 | D | 11D | 3F | 40 |
| Octal | 300 | 151 | 335 | 15 | 64 | 0 | 15 | 435 | 77 | 100 |
| Binary | 11000000 | 1101001 | 11011101 | 1101 | 110100 | 0 | 1101 | 100011101 | 111111 | 1000000 |
Color Harmonies of #C069DD
Complementary color
Monochromatic Colors of #C069DD
Black with #C069DD
Text Example
Text Example
White with #C069DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069DD; }
p { color: rgb(192,105,221); }
H1.HeaderClassName
{
color: #C069DD;
}
.AnyTagClassName
{
color: #C069DD;
}
</style>
background-color css
<style>
a { background-color: #C069DD; }
a { background-color: rgb(192,105,221); }
div.DivClassName
{
background-color: #C069DD;
}
.BgClassName
{
background-color: #C069DD;
}
</style>
border-color css
<style>
span { border-color: #C069DD; }
span { border-color: rgb(192,105,221); }
td.TdClassName
{
border-color: #C069DD;
}
.TagClassName
{
border-color: #C069DD;
}
</style>