Shades of Orchid #C17DCF
Tints of Orchid #C17DCF
RGB
CMYK
RGB Variations
Color information
#C17DCF (or 0xC17DCF) is known color: Orchid. HEX triplet: C1, 7D and CF. RGB value is (193,125,207). Sum of RGB (Red+Green+Blue) = 193+125+207=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCF is #3E8230. Grayscale: #9A9A9A. Windows color (decimal): -4096561 or 13598145. OLE color: 13598145.
HSL color Cylindrical-coordinate representation of color #C17DCF: hue angle of 289.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17DCF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 125 | 207 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.19 |
| HSL | 289.76º | 0.46% | 0.65% | - |
| HSV(B) | 289.76º | 0.4% | 0.81% | - |
| XYZ | 40.59 | 30.51 | 62.78 | - |
| YUV | 154.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 207 | 0.07 | 0.40 | 0 | 0.19 | 289.76 | 0.46 | 0.65 |
| Hex | C1 | 7D | CF | 7 | 28 | 0 | 13 | 122 | 2E | 41 |
| Octal | 301 | 175 | 317 | 7 | 50 | 0 | 23 | 442 | 56 | 101 |
| Binary | 11000001 | 1111101 | 11001111 | 111 | 101000 | 0 | 10011 | 100100010 | 101110 | 1000001 |
Color Harmonies of #C17DCF
Complementary color
Monochromatic Colors of #C17DCF
Black with #C17DCF
Text Example
Text Example
White with #C17DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17DCF; }
p { color: rgb(193,125,207); }
H1.HeaderClassName
{
color: #C17DCF;
}
.AnyTagClassName
{
color: #C17DCF;
}
</style>
background-color css
<style>
a { background-color: #C17DCF; }
a { background-color: rgb(193,125,207); }
div.DivClassName
{
background-color: #C17DCF;
}
.BgClassName
{
background-color: #C17DCF;
}
</style>
border-color css
<style>
span { border-color: #C17DCF; }
span { border-color: rgb(193,125,207); }
td.TdClassName
{
border-color: #C17DCF;
}
.TagClassName
{
border-color: #C17DCF;
}
</style>