Shades of Orchid #C17ACF
Tints of Orchid #C17ACF
RGB
CMYK
RGB Variations
Color information
#C17ACF (or 0xC17ACF) is known color: Orchid. HEX triplet: C1, 7A and CF. RGB value is (193,122,207). Sum of RGB (Red+Green+Blue) = 193+122+207=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ACF is #3E8530. Grayscale: #989898. Windows color (decimal): -4097329 or 13597377. OLE color: 13597377.
HSL color Cylindrical-coordinate representation of color #C17ACF: hue angle of 290.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17ACF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 122 | 207 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.19 |
| HSL | 290.12º | 0.47% | 0.65% | - |
| HSV(B) | 290.12º | 0.41% | 0.81% | - |
| XYZ | 40.21 | 29.76 | 62.66 | - |
| YUV | 152.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 207 | 0.07 | 0.41 | 0 | 0.19 | 290.12 | 0.47 | 0.65 |
| Hex | C1 | 7A | CF | 7 | 29 | 0 | 13 | 122 | 2F | 41 |
| Octal | 301 | 172 | 317 | 7 | 51 | 0 | 23 | 442 | 57 | 101 |
| Binary | 11000001 | 1111010 | 11001111 | 111 | 101001 | 0 | 10011 | 100100010 | 101111 | 1000001 |
Color Harmonies of #C17ACF
Complementary color
Monochromatic Colors of #C17ACF
Black with #C17ACF
Text Example
Text Example
White with #C17ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ACF; }
p { color: rgb(193,122,207); }
H1.HeaderClassName
{
color: #C17ACF;
}
.AnyTagClassName
{
color: #C17ACF;
}
</style>
background-color css
<style>
a { background-color: #C17ACF; }
a { background-color: rgb(193,122,207); }
div.DivClassName
{
background-color: #C17ACF;
}
.BgClassName
{
background-color: #C17ACF;
}
</style>
border-color css
<style>
span { border-color: #C17ACF; }
span { border-color: rgb(193,122,207); }
td.TdClassName
{
border-color: #C17ACF;
}
.TagClassName
{
border-color: #C17ACF;
}
</style>