Shades of Medium Orchid #C169CF
Tints of Medium Orchid #C169CF
RGB
CMYK
RGB Variations
Color information
#C169CF (or 0xC169CF) is known color: Medium Orchid. HEX triplet: C1, 69 and CF. RGB value is (193,105,207). Sum of RGB (Red+Green+Blue) = 193+105+207=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C169CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169CF is #3E9630. Grayscale: #8E8E8E. Windows color (decimal): -4101681 or 13593025. OLE color: 13593025.
HSL color Cylindrical-coordinate representation of color #C169CF: hue angle of 291.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C169CF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 105 | 207 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.19 |
| HSL | 291.76º | 0.52% | 0.61% | - |
| HSV(B) | 291.76º | 0.49% | 0.81% | - |
| XYZ | 38.31 | 25.95 | 62.02 | - |
| YUV | 142.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 207 | 0.07 | 0.49 | 0 | 0.19 | 291.76 | 0.52 | 0.61 |
| Hex | C1 | 69 | CF | 7 | 31 | 0 | 13 | 124 | 34 | 3D |
| Octal | 301 | 151 | 317 | 7 | 61 | 0 | 23 | 444 | 64 | 75 |
| Binary | 11000001 | 1101001 | 11001111 | 111 | 110001 | 0 | 10011 | 100100100 | 110100 | 111101 |
Color Harmonies of #C169CF
Complementary color
Monochromatic Colors of #C169CF
Black with #C169CF
Text Example
Text Example
White with #C169CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169CF; }
p { color: rgb(193,105,207); }
H1.HeaderClassName
{
color: #C169CF;
}
.AnyTagClassName
{
color: #C169CF;
}
</style>
background-color css
<style>
a { background-color: #C169CF; }
a { background-color: rgb(193,105,207); }
div.DivClassName
{
background-color: #C169CF;
}
.BgClassName
{
background-color: #C169CF;
}
</style>
border-color css
<style>
span { border-color: #C169CF; }
span { border-color: rgb(193,105,207); }
td.TdClassName
{
border-color: #C169CF;
}
.TagClassName
{
border-color: #C169CF;
}
</style>