Shades of Orchid #C97BD3
Tints of Orchid #C97BD3
RGB
CMYK
RGB Variations
Color information
#C97BD3 (or 0xC97BD3) is known color: Orchid. HEX triplet: C9, 7B and D3. RGB value is (201,123,211). Sum of RGB (Red+Green+Blue) = 201+123+211=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #C97BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BD3 is #36842C. Grayscale: #9C9C9C. Windows color (decimal): -3572781 or 13859785. OLE color: 13859785.
HSL color Cylindrical-coordinate representation of color #C97BD3: hue angle of 293.18º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97BD3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 123 | 211 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.17 |
| HSL | 293.18º | 0.5% | 0.65% | - |
| HSV(B) | 293.18º | 0.42% | 0.83% | - |
| XYZ | 42.93 | 31.29 | 65.4 | - |
| YUV | 156.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 211 | 0.05 | 0.42 | 0 | 0.17 | 293.18 | 0.5 | 0.65 |
| Hex | C9 | 7B | D3 | 5 | 2A | 0 | 11 | 125 | 32 | 41 |
| Octal | 311 | 173 | 323 | 5 | 52 | 0 | 21 | 445 | 62 | 101 |
| Binary | 11001001 | 1111011 | 11010011 | 101 | 101010 | 0 | 10001 | 100100101 | 110010 | 1000001 |
Color Harmonies of #C97BD3
Complementary color
Monochromatic Colors of #C97BD3
Black with #C97BD3
Text Example
Text Example
White with #C97BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BD3; }
p { color: rgb(201,123,211); }
H1.HeaderClassName
{
color: #C97BD3;
}
.AnyTagClassName
{
color: #C97BD3;
}
</style>
background-color css
<style>
a { background-color: #C97BD3; }
a { background-color: rgb(201,123,211); }
div.DivClassName
{
background-color: #C97BD3;
}
.BgClassName
{
background-color: #C97BD3;
}
</style>
border-color css
<style>
span { border-color: #C97BD3; }
span { border-color: rgb(201,123,211); }
td.TdClassName
{
border-color: #C97BD3;
}
.TagClassName
{
border-color: #C97BD3;
}
</style>