Shades of Orchid #C97BCD
Tints of Orchid #C97BCD
RGB
CMYK
RGB Variations
Color information
#C97BCD (or 0xC97BCD) is known color: Orchid. HEX triplet: C9, 7B and CD. RGB value is (201,123,205). Sum of RGB (Red+Green+Blue) = 201+123+205=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C97BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BCD is #368432. Grayscale: #9B9B9B. Windows color (decimal): -3572787 or 13466569. OLE color: 13466569.
HSL color Cylindrical-coordinate representation of color #C97BCD: hue angle of 297.07º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97BCD is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 123 | 205 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.20 |
| HSL | 297.07º | 0.45% | 0.64% | - |
| HSV(B) | 297.07º | 0.4% | 0.8% | - |
| XYZ | 42.19 | 30.99 | 61.52 | - |
| YUV | 155.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 205 | 0.02 | 0.4 | 0 | 0.20 | 297.07 | 0.45 | 0.64 |
| Hex | C9 | 7B | CD | 2 | 28 | 0 | 14 | 129 | 2D | 40 |
| Octal | 311 | 173 | 315 | 2 | 50 | 0 | 24 | 451 | 55 | 100 |
| Binary | 11001001 | 1111011 | 11001101 | 10 | 101000 | 0 | 10100 | 100101001 | 101101 | 1000000 |
Color Harmonies of #C97BCD
Complementary color
Monochromatic Colors of #C97BCD
Black with #C97BCD
Text Example
Text Example
White with #C97BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BCD; }
p { color: rgb(201,123,205); }
H1.HeaderClassName
{
color: #C97BCD;
}
.AnyTagClassName
{
color: #C97BCD;
}
</style>
background-color css
<style>
a { background-color: #C97BCD; }
a { background-color: rgb(201,123,205); }
div.DivClassName
{
background-color: #C97BCD;
}
.BgClassName
{
background-color: #C97BCD;
}
</style>
border-color css
<style>
span { border-color: #C97BCD; }
span { border-color: rgb(201,123,205); }
td.TdClassName
{
border-color: #C97BCD;
}
.TagClassName
{
border-color: #C97BCD;
}
</style>