Shades of Medium Orchid #C169D0
Tints of Medium Orchid #C169D0
RGB
CMYK
RGB Variations
Color information
#C169D0 (or 0xC169D0) is known color: Medium Orchid. HEX triplet: C1, 69 and D0. RGB value is (193,105,208). Sum of RGB (Red+Green+Blue) = 193+105+208=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #C169D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169D0 is #3E962F. Grayscale: #8E8E8E. Windows color (decimal): -4101680 or 13658561. OLE color: 13658561.
HSL color Cylindrical-coordinate representation of color #C169D0: hue angle of 291.26º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C169D0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 105 | 208 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.18 |
| HSL | 291.26º | 0.52% | 0.61% | - |
| HSV(B) | 291.26º | 0.5% | 0.82% | - |
| XYZ | 38.43 | 25.99 | 62.67 | - |
| YUV | 143.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 208 | 0.07 | 0.50 | 0 | 0.18 | 291.26 | 0.52 | 0.61 |
| Hex | C1 | 69 | D0 | 7 | 32 | 0 | 12 | 123 | 34 | 3D |
| Octal | 301 | 151 | 320 | 7 | 62 | 0 | 22 | 443 | 64 | 75 |
| Binary | 11000001 | 1101001 | 11010000 | 111 | 110010 | 0 | 10010 | 100100011 | 110100 | 111101 |
Color Harmonies of #C169D0
Complementary color
Monochromatic Colors of #C169D0
Black with #C169D0
Text Example
Text Example
White with #C169D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169D0; }
p { color: rgb(193,105,208); }
H1.HeaderClassName
{
color: #C169D0;
}
.AnyTagClassName
{
color: #C169D0;
}
</style>
background-color css
<style>
a { background-color: #C169D0; }
a { background-color: rgb(193,105,208); }
div.DivClassName
{
background-color: #C169D0;
}
.BgClassName
{
background-color: #C169D0;
}
</style>
border-color css
<style>
span { border-color: #C169D0; }
span { border-color: rgb(193,105,208); }
td.TdClassName
{
border-color: #C169D0;
}
.TagClassName
{
border-color: #C169D0;
}
</style>