Shades of Orchid #C97BDC
Tints of Orchid #C97BDC
RGB
CMYK
RGB Variations
Color information
#C97BDC (or 0xC97BDC) is known color: Orchid. HEX triplet: C9, 7B and DC. RGB value is (201,123,220). Sum of RGB (Red+Green+Blue) = 201+123+220=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C97BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BDC is #368423. Grayscale: #9D9D9D. Windows color (decimal): -3572772 or 14449609. OLE color: 14449609.
HSL color Cylindrical-coordinate representation of color #C97BDC: hue angle of 288.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97BDC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 123 | 220 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.14 |
| HSL | 288.25º | 0.58% | 0.67% | - |
| HSV(B) | 288.25º | 0.44% | 0.86% | - |
| XYZ | 44.09 | 31.75 | 71.51 | - |
| YUV | 157.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 220 | 0.09 | 0.44 | 0 | 0.14 | 288.25 | 0.58 | 0.67 |
| Hex | C9 | 7B | DC | 9 | 2C | 0 | E | 120 | 3A | 43 |
| Octal | 311 | 173 | 334 | 11 | 54 | 0 | 16 | 440 | 72 | 103 |
| Binary | 11001001 | 1111011 | 11011100 | 1001 | 101100 | 0 | 1110 | 100100000 | 111010 | 1000011 |
Color Harmonies of #C97BDC
Complementary color
Monochromatic Colors of #C97BDC
Black with #C97BDC
Text Example
Text Example
White with #C97BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BDC; }
p { color: rgb(201,123,220); }
H1.HeaderClassName
{
color: #C97BDC;
}
.AnyTagClassName
{
color: #C97BDC;
}
</style>
background-color css
<style>
a { background-color: #C97BDC; }
a { background-color: rgb(201,123,220); }
div.DivClassName
{
background-color: #C97BDC;
}
.BgClassName
{
background-color: #C97BDC;
}
</style>
border-color css
<style>
span { border-color: #C97BDC; }
span { border-color: rgb(201,123,220); }
td.TdClassName
{
border-color: #C97BDC;
}
.TagClassName
{
border-color: #C97BDC;
}
</style>