Shades of Orchid #C17CBF
Tints of Orchid #C17CBF
RGB
CMYK
RGB Variations
Color information
#C17CBF (or 0xC17CBF) is known color: Orchid. HEX triplet: C1, 7C and BF. RGB value is (193,124,191). Sum of RGB (Red+Green+Blue) = 193+124+191=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C17CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CBF is #3E8340. Grayscale: #989898. Windows color (decimal): -4096833 or 12549313. OLE color: 12549313.
HSL color Cylindrical-coordinate representation of color #C17CBF: hue angle of 301.74º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17CBF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 191 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.24 |
| HSL | 301.74º | 0.36% | 0.62% | - |
| HSV(B) | 301.74º | 0.36% | 0.76% | - |
| XYZ | 38.6 | 29.51 | 52.95 | - |
| YUV | 152.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 191 | 0 | 0.36 | 0.01 | 0.24 | 301.74 | 0.36 | 0.62 |
| Hex | C1 | 7C | BF | 0 | 24 | 1 | 18 | 12E | 24 | 3E |
| Octal | 301 | 174 | 277 | 0 | 44 | 1 | 30 | 456 | 44 | 76 |
| Binary | 11000001 | 1111100 | 10111111 | 0 | 100100 | 1 | 11000 | 100101110 | 100100 | 111110 |
Color Harmonies of #C17CBF
Complementary color
Monochromatic Colors of #C17CBF
Black with #C17CBF
Text Example
Text Example
White with #C17CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CBF; }
p { color: rgb(193,124,191); }
H1.HeaderClassName
{
color: #C17CBF;
}
.AnyTagClassName
{
color: #C17CBF;
}
</style>
background-color css
<style>
a { background-color: #C17CBF; }
a { background-color: rgb(193,124,191); }
div.DivClassName
{
background-color: #C17CBF;
}
.BgClassName
{
background-color: #C17CBF;
}
</style>
border-color css
<style>
span { border-color: #C17CBF; }
span { border-color: rgb(193,124,191); }
td.TdClassName
{
border-color: #C17CBF;
}
.TagClassName
{
border-color: #C17CBF;
}
</style>