Shades of Orchid #C97FCF
Tints of Orchid #C97FCF
RGB
CMYK
RGB Variations
Color information
#C97FCF (or 0xC97FCF) is known color: Orchid. HEX triplet: C9, 7F and CF. RGB value is (201,127,207). Sum of RGB (Red+Green+Blue) = 201+127+207=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C97FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FCF is #368030. Grayscale: #9E9E9E. Windows color (decimal): -3571761 or 13598665. OLE color: 13598665.
HSL color Cylindrical-coordinate representation of color #C97FCF: hue angle of 295.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 #C97FCF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 127 | 207 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.19 |
| HSL | 295.5º | 0.45% | 0.65% | - |
| HSV(B) | 295.5º | 0.39% | 0.81% | - |
| XYZ | 42.94 | 32.1 | 62.96 | - |
| YUV | 158.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 207 | 0.03 | 0.39 | 0 | 0.19 | 295.5 | 0.45 | 0.65 |
| Hex | C9 | 7F | CF | 3 | 27 | 0 | 13 | 128 | 2D | 41 |
| Octal | 311 | 177 | 317 | 3 | 47 | 0 | 23 | 450 | 55 | 101 |
| Binary | 11001001 | 1111111 | 11001111 | 11 | 100111 | 0 | 10011 | 100101000 | 101101 | 1000001 |
Color Harmonies of #C97FCF
Complementary color
Monochromatic Colors of #C97FCF
Black with #C97FCF
Text Example
Text Example
White with #C97FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FCF; }
p { color: rgb(201,127,207); }
H1.HeaderClassName
{
color: #C97FCF;
}
.AnyTagClassName
{
color: #C97FCF;
}
</style>
background-color css
<style>
a { background-color: #C97FCF; }
a { background-color: rgb(201,127,207); }
div.DivClassName
{
background-color: #C97FCF;
}
.BgClassName
{
background-color: #C97FCF;
}
</style>
border-color css
<style>
span { border-color: #C97FCF; }
span { border-color: rgb(201,127,207); }
td.TdClassName
{
border-color: #C97FCF;
}
.TagClassName
{
border-color: #C97FCF;
}
</style>