Shades of Orchid #C17BCD
Tints of Orchid #C17BCD
RGB
CMYK
RGB Variations
Color information
#C17BCD (or 0xC17BCD) is known color: Orchid. HEX triplet: C1, 7B and CD. RGB value is (193,123,205). Sum of RGB (Red+Green+Blue) = 193+123+205=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BCD is #3E8432. Grayscale: #999999. Windows color (decimal): -4097075 or 13466561. OLE color: 13466561.
HSL color Cylindrical-coordinate representation of color #C17BCD: hue angle of 291.22º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17BCD is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 123 | 205 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.20 |
| HSL | 291.22º | 0.45% | 0.64% | - |
| HSV(B) | 291.22º | 0.4% | 0.8% | - |
| XYZ | 40.09 | 29.91 | 61.42 | - |
| YUV | 153.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 205 | 0.06 | 0.4 | 0 | 0.20 | 291.22 | 0.45 | 0.64 |
| Hex | C1 | 7B | CD | 6 | 28 | 0 | 14 | 123 | 2D | 40 |
| Octal | 301 | 173 | 315 | 6 | 50 | 0 | 24 | 443 | 55 | 100 |
| Binary | 11000001 | 1111011 | 11001101 | 110 | 101000 | 0 | 10100 | 100100011 | 101101 | 1000000 |
Color Harmonies of #C17BCD
Complementary color
Monochromatic Colors of #C17BCD
Black with #C17BCD
Text Example
Text Example
White with #C17BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BCD; }
p { color: rgb(193,123,205); }
H1.HeaderClassName
{
color: #C17BCD;
}
.AnyTagClassName
{
color: #C17BCD;
}
</style>
background-color css
<style>
a { background-color: #C17BCD; }
a { background-color: rgb(193,123,205); }
div.DivClassName
{
background-color: #C17BCD;
}
.BgClassName
{
background-color: #C17BCD;
}
</style>
border-color css
<style>
span { border-color: #C17BCD; }
span { border-color: rgb(193,123,205); }
td.TdClassName
{
border-color: #C17BCD;
}
.TagClassName
{
border-color: #C17BCD;
}
</style>