Shades of Orchid #C17AD0
Tints of Orchid #C17AD0
RGB
CMYK
RGB Variations
Color information
#C17AD0 (or 0xC17AD0) is known color: Orchid. HEX triplet: C1, 7A and D0. RGB value is (193,122,208). Sum of RGB (Red+Green+Blue) = 193+122+208=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #C17AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AD0 is #3E852F. Grayscale: #989898. Windows color (decimal): -4097328 or 13662913. OLE color: 13662913.
HSL color Cylindrical-coordinate representation of color #C17AD0: hue angle of 289.53º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17AD0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 122 | 208 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.18 |
| HSL | 289.53º | 0.48% | 0.65% | - |
| HSV(B) | 289.53º | 0.41% | 0.82% | - |
| XYZ | 40.34 | 29.81 | 63.3 | - |
| YUV | 153.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 208 | 0.07 | 0.41 | 0 | 0.18 | 289.53 | 0.48 | 0.65 |
| Hex | C1 | 7A | D0 | 7 | 29 | 0 | 12 | 122 | 30 | 41 |
| Octal | 301 | 172 | 320 | 7 | 51 | 0 | 22 | 442 | 60 | 101 |
| Binary | 11000001 | 1111010 | 11010000 | 111 | 101001 | 0 | 10010 | 100100010 | 110000 | 1000001 |
Color Harmonies of #C17AD0
Complementary color
Monochromatic Colors of #C17AD0
Black with #C17AD0
Text Example
Text Example
White with #C17AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AD0; }
p { color: rgb(193,122,208); }
H1.HeaderClassName
{
color: #C17AD0;
}
.AnyTagClassName
{
color: #C17AD0;
}
</style>
background-color css
<style>
a { background-color: #C17AD0; }
a { background-color: rgb(193,122,208); }
div.DivClassName
{
background-color: #C17AD0;
}
.BgClassName
{
background-color: #C17AD0;
}
</style>
border-color css
<style>
span { border-color: #C17AD0; }
span { border-color: rgb(193,122,208); }
td.TdClassName
{
border-color: #C17AD0;
}
.TagClassName
{
border-color: #C17AD0;
}
</style>