Shades of Orchid #C17BC5
Tints of Orchid #C17BC5
RGB
CMYK
RGB Variations
Color information
#C17BC5 (or 0xC17BC5) is known color: Orchid. HEX triplet: C1, 7B and C5. RGB value is (193,123,197). Sum of RGB (Red+Green+Blue) = 193+123+197=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #C17BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BC5 is #3E843A. Grayscale: #989898. Windows color (decimal): -4097083 or 12942273. OLE color: 12942273.
HSL color Cylindrical-coordinate representation of color #C17BC5: hue angle of 296.76º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C17BC5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 123 | 197 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.23 |
| HSL | 296.76º | 0.39% | 0.63% | - |
| HSV(B) | 296.76º | 0.38% | 0.77% | - |
| XYZ | 39.15 | 29.53 | 56.46 | - |
| YUV | 152.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 197 | 0.02 | 0.38 | 0 | 0.23 | 296.76 | 0.39 | 0.63 |
| Hex | C1 | 7B | C5 | 2 | 26 | 0 | 17 | 129 | 27 | 3F |
| Octal | 301 | 173 | 305 | 2 | 46 | 0 | 27 | 451 | 47 | 77 |
| Binary | 11000001 | 1111011 | 11000101 | 10 | 100110 | 0 | 10111 | 100101001 | 100111 | 111111 |
Color Harmonies of #C17BC5
Complementary color
Monochromatic Colors of #C17BC5
Black with #C17BC5
Text Example
Text Example
White with #C17BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BC5; }
p { color: rgb(193,123,197); }
H1.HeaderClassName
{
color: #C17BC5;
}
.AnyTagClassName
{
color: #C17BC5;
}
</style>
background-color css
<style>
a { background-color: #C17BC5; }
a { background-color: rgb(193,123,197); }
div.DivClassName
{
background-color: #C17BC5;
}
.BgClassName
{
background-color: #C17BC5;
}
</style>
border-color css
<style>
span { border-color: #C17BC5; }
span { border-color: rgb(193,123,197); }
td.TdClassName
{
border-color: #C17BC5;
}
.TagClassName
{
border-color: #C17BC5;
}
</style>