Shades of Orchid #C97BCC
Tints of Orchid #C97BCC
RGB
CMYK
RGB Variations
Color information
#C97BCC (or 0xC97BCC) is known color: Orchid. HEX triplet: C9, 7B and CC. RGB value is (201,123,204). Sum of RGB (Red+Green+Blue) = 201+123+204=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BCC is #368433. Grayscale: #9B9B9B. Windows color (decimal): -3572788 or 13401033. OLE color: 13401033.
HSL color Cylindrical-coordinate representation of color #C97BCC: hue angle of 297.78º degrees, saturation: 0.44, 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 #C97BCC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 123 | 204 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.2 |
| HSL | 297.78º | 0.44% | 0.64% | - |
| HSV(B) | 297.78º | 0.4% | 0.8% | - |
| XYZ | 42.07 | 30.94 | 60.88 | - |
| YUV | 155.56 | 155.34 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 204 | 0.01 | 0.40 | 0 | 0.2 | 297.78 | 0.44 | 0.64 |
| Hex | C9 | 7B | CC | 1 | 28 | 0 | 14 | 12A | 2C | 40 |
| Octal | 311 | 173 | 314 | 1 | 50 | 0 | 24 | 452 | 54 | 100 |
| Binary | 11001001 | 1111011 | 11001100 | 1 | 101000 | 0 | 10100 | 100101010 | 101100 | 1000000 |
Color Harmonies of #C97BCC
Complementary color
Monochromatic Colors of #C97BCC
Black with #C97BCC
Text Example
Text Example
White with #C97BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BCC; }
p { color: rgb(201,123,204); }
H1.HeaderClassName
{
color: #C97BCC;
}
.AnyTagClassName
{
color: #C97BCC;
}
</style>
background-color css
<style>
a { background-color: #C97BCC; }
a { background-color: rgb(201,123,204); }
div.DivClassName
{
background-color: #C97BCC;
}
.BgClassName
{
background-color: #C97BCC;
}
</style>
border-color css
<style>
span { border-color: #C97BCC; }
span { border-color: rgb(201,123,204); }
td.TdClassName
{
border-color: #C97BCC;
}
.TagClassName
{
border-color: #C97BCC;
}
</style>