Shades of Orchid #C17FCF
Tints of Orchid #C17FCF
RGB
CMYK
RGB Variations
Color information
#C17FCF (or 0xC17FCF) is known color: Orchid. HEX triplet: C1, 7F and CF. RGB value is (193,127,207). Sum of RGB (Red+Green+Blue) = 193+127+207=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FCF is #3E8030. Grayscale: #9B9B9B. Windows color (decimal): -4096049 or 13598657. OLE color: 13598657.
HSL color Cylindrical-coordinate representation of color #C17FCF: hue angle of 289.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17FCF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 127 | 207 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.19 |
| HSL | 289.5º | 0.45% | 0.65% | - |
| HSV(B) | 289.5º | 0.39% | 0.81% | - |
| XYZ | 40.84 | 31.02 | 62.87 | - |
| YUV | 155.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 207 | 0.07 | 0.39 | 0 | 0.19 | 289.5 | 0.45 | 0.65 |
| Hex | C1 | 7F | CF | 7 | 27 | 0 | 13 | 122 | 2D | 41 |
| Octal | 301 | 177 | 317 | 7 | 47 | 0 | 23 | 442 | 55 | 101 |
| Binary | 11000001 | 1111111 | 11001111 | 111 | 100111 | 0 | 10011 | 100100010 | 101101 | 1000001 |
Color Harmonies of #C17FCF
Complementary color
Monochromatic Colors of #C17FCF
Black with #C17FCF
Text Example
Text Example
White with #C17FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FCF; }
p { color: rgb(193,127,207); }
H1.HeaderClassName
{
color: #C17FCF;
}
.AnyTagClassName
{
color: #C17FCF;
}
</style>
background-color css
<style>
a { background-color: #C17FCF; }
a { background-color: rgb(193,127,207); }
div.DivClassName
{
background-color: #C17FCF;
}
.BgClassName
{
background-color: #C17FCF;
}
</style>
border-color css
<style>
span { border-color: #C17FCF; }
span { border-color: rgb(193,127,207); }
td.TdClassName
{
border-color: #C17FCF;
}
.TagClassName
{
border-color: #C17FCF;
}
</style>