Shades of Medium Orchid #C069DB
Tints of Medium Orchid #C069DB
RGB
CMYK
RGB Variations
Color information
#C069DB (or 0xC069DB) is known color: Medium Orchid. HEX triplet: C0, 69 and DB. RGB value is (192,105,219). Sum of RGB (Red+Green+Blue) = 192+105+219=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C069DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DB is #3F9624. Grayscale: #8F8F8F. Windows color (decimal): -4167205 or 14379456. OLE color: 14379456.
HSL color Cylindrical-coordinate representation of color #C069DB: hue angle of 285.79º 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 #C069DB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 105 | 219 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.14 |
| HSL | 285.79º | 0.61% | 0.64% | - |
| HSV(B) | 285.79º | 0.52% | 0.86% | - |
| XYZ | 39.58 | 26.42 | 70.03 | - |
| YUV | 144.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 219 | 0.12 | 0.52 | 0 | 0.14 | 285.79 | 0.61 | 0.64 |
| Hex | C0 | 69 | DB | C | 34 | 0 | E | 11E | 3D | 40 |
| Octal | 300 | 151 | 333 | 14 | 64 | 0 | 16 | 436 | 75 | 100 |
| Binary | 11000000 | 1101001 | 11011011 | 1100 | 110100 | 0 | 1110 | 100011110 | 111101 | 1000000 |
Color Harmonies of #C069DB
Complementary color
Monochromatic Colors of #C069DB
Black with #C069DB
Text Example
Text Example
White with #C069DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069DB; }
p { color: rgb(192,105,219); }
H1.HeaderClassName
{
color: #C069DB;
}
.AnyTagClassName
{
color: #C069DB;
}
</style>
background-color css
<style>
a { background-color: #C069DB; }
a { background-color: rgb(192,105,219); }
div.DivClassName
{
background-color: #C069DB;
}
.BgClassName
{
background-color: #C069DB;
}
</style>
border-color css
<style>
span { border-color: #C069DB; }
span { border-color: rgb(192,105,219); }
td.TdClassName
{
border-color: #C069DB;
}
.TagClassName
{
border-color: #C069DB;
}
</style>