Shades of Orchid #C17BD8
Tints of Orchid #C17BD8
RGB
CMYK
RGB Variations
Color information
#C17BD8 (or 0xC17BD8) is known color: Orchid. HEX triplet: C1, 7B and D8. RGB value is (193,123,216). Sum of RGB (Red+Green+Blue) = 193+123+216=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #C17BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BD8 is #3E8427. Grayscale: #9A9A9A. Windows color (decimal): -4097064 or 14187457. OLE color: 14187457.
HSL color Cylindrical-coordinate representation of color #C17BD8: hue angle of 285.16º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C17BD8 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 123 | 216 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.15 |
| HSL | 285.16º | 0.54% | 0.66% | - |
| HSV(B) | 285.16º | 0.43% | 0.85% | - |
| XYZ | 41.47 | 30.46 | 68.66 | - |
| YUV | 154.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 216 | 0.11 | 0.43 | 0 | 0.15 | 285.16 | 0.54 | 0.66 |
| Hex | C1 | 7B | D8 | B | 2B | 0 | F | 11D | 36 | 42 |
| Octal | 301 | 173 | 330 | 13 | 53 | 0 | 17 | 435 | 66 | 102 |
| Binary | 11000001 | 1111011 | 11011000 | 1011 | 101011 | 0 | 1111 | 100011101 | 110110 | 1000010 |
Color Harmonies of #C17BD8
Complementary color
Monochromatic Colors of #C17BD8
Black with #C17BD8
Text Example
Text Example
White with #C17BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BD8; }
p { color: rgb(193,123,216); }
H1.HeaderClassName
{
color: #C17BD8;
}
.AnyTagClassName
{
color: #C17BD8;
}
</style>
background-color css
<style>
a { background-color: #C17BD8; }
a { background-color: rgb(193,123,216); }
div.DivClassName
{
background-color: #C17BD8;
}
.BgClassName
{
background-color: #C17BD8;
}
</style>
border-color css
<style>
span { border-color: #C17BD8; }
span { border-color: rgb(193,123,216); }
td.TdClassName
{
border-color: #C17BD8;
}
.TagClassName
{
border-color: #C17BD8;
}
</style>