Shades of Medium Orchid #C669DB
Tints of Medium Orchid #C669DB
RGB
CMYK
RGB Variations
Color information
#C669DB (or 0xC669DB) is known color: Medium Orchid. HEX triplet: C6, 69 and DB. RGB value is (198,105,219). Sum of RGB (Red+Green+Blue) = 198+105+219=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C669DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669DB is #399624. Grayscale: #919191. Windows color (decimal): -3773989 or 14379462. OLE color: 14379462.
HSL color Cylindrical-coordinate representation of color #C669DB: hue angle of 288.95º 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 #C669DB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 105 | 219 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.14 |
| HSL | 288.95º | 0.61% | 0.64% | - |
| HSV(B) | 288.95º | 0.52% | 0.86% | - |
| XYZ | 41.13 | 27.22 | 70.1 | - |
| YUV | 145.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 219 | 0.10 | 0.52 | 0 | 0.14 | 288.95 | 0.61 | 0.64 |
| Hex | C6 | 69 | DB | A | 34 | 0 | E | 121 | 3D | 40 |
| Octal | 306 | 151 | 333 | 12 | 64 | 0 | 16 | 441 | 75 | 100 |
| Binary | 11000110 | 1101001 | 11011011 | 1010 | 110100 | 0 | 1110 | 100100001 | 111101 | 1000000 |
Color Harmonies of #C669DB
Complementary color
Monochromatic Colors of #C669DB
Black with #C669DB
Text Example
Text Example
White with #C669DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669DB; }
p { color: rgb(198,105,219); }
H1.HeaderClassName
{
color: #C669DB;
}
.AnyTagClassName
{
color: #C669DB;
}
</style>
background-color css
<style>
a { background-color: #C669DB; }
a { background-color: rgb(198,105,219); }
div.DivClassName
{
background-color: #C669DB;
}
.BgClassName
{
background-color: #C669DB;
}
</style>
border-color css
<style>
span { border-color: #C669DB; }
span { border-color: rgb(198,105,219); }
td.TdClassName
{
border-color: #C669DB;
}
.TagClassName
{
border-color: #C669DB;
}
</style>