Shades of Orchid #C97BDE
Tints of Orchid #C97BDE
RGB
CMYK
RGB Variations
Color information
#C97BDE (or 0xC97BDE) is known color: Orchid. HEX triplet: C9, 7B and DE. RGB value is (201,123,222). Sum of RGB (Red+Green+Blue) = 201+123+222=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #C97BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BDE is #368421. Grayscale: #9D9D9D. Windows color (decimal): -3572770 or 14580681. OLE color: 14580681.
HSL color Cylindrical-coordinate representation of color #C97BDE: hue angle of 287.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97BDE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 123 | 222 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 287.27º | 0.6% | 0.68% | - |
| HSV(B) | 287.27º | 0.45% | 0.87% | - |
| XYZ | 44.36 | 31.86 | 72.92 | - |
| YUV | 157.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 222 | 0.09 | 0.45 | 0 | 0.13 | 287.27 | 0.6 | 0.68 |
| Hex | C9 | 7B | DE | 9 | 2D | 0 | D | 11F | 3C | 44 |
| Octal | 311 | 173 | 336 | 11 | 55 | 0 | 15 | 437 | 74 | 104 |
| Binary | 11001001 | 1111011 | 11011110 | 1001 | 101101 | 0 | 1101 | 100011111 | 111100 | 1000100 |
Color Harmonies of #C97BDE
Complementary color
Monochromatic Colors of #C97BDE
Black with #C97BDE
Text Example
Text Example
White with #C97BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BDE; }
p { color: rgb(201,123,222); }
H1.HeaderClassName
{
color: #C97BDE;
}
.AnyTagClassName
{
color: #C97BDE;
}
</style>
background-color css
<style>
a { background-color: #C97BDE; }
a { background-color: rgb(201,123,222); }
div.DivClassName
{
background-color: #C97BDE;
}
.BgClassName
{
background-color: #C97BDE;
}
</style>
border-color css
<style>
span { border-color: #C97BDE; }
span { border-color: rgb(201,123,222); }
td.TdClassName
{
border-color: #C97BDE;
}
.TagClassName
{
border-color: #C97BDE;
}
</style>