Shades of Orchid #C97BCB
Tints of Orchid #C97BCB
RGB
CMYK
RGB Variations
Color information
#C97BCB (or 0xC97BCB) is known color: Orchid. HEX triplet: C9, 7B and CB. RGB value is (201,123,203). Sum of RGB (Red+Green+Blue) = 201+123+203=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C97BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BCB is #368434. Grayscale: #9B9B9B. Windows color (decimal): -3572789 or 13335497. OLE color: 13335497.
HSL color Cylindrical-coordinate representation of color #C97BCB: hue angle of 298.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97BCB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 123 | 203 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.20 |
| HSL | 298.5º | 0.43% | 0.64% | - |
| HSV(B) | 298.5º | 0.39% | 0.8% | - |
| XYZ | 41.95 | 30.9 | 60.25 | - |
| YUV | 155.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 203 | 0.01 | 0.39 | 0 | 0.20 | 298.5 | 0.43 | 0.64 |
| Hex | C9 | 7B | CB | 1 | 27 | 0 | 14 | 12A | 2B | 40 |
| Octal | 311 | 173 | 313 | 1 | 47 | 0 | 24 | 452 | 53 | 100 |
| Binary | 11001001 | 1111011 | 11001011 | 1 | 100111 | 0 | 10100 | 100101010 | 101011 | 1000000 |
Color Harmonies of #C97BCB
Complementary color
Monochromatic Colors of #C97BCB
Black with #C97BCB
Text Example
Text Example
White with #C97BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BCB; }
p { color: rgb(201,123,203); }
H1.HeaderClassName
{
color: #C97BCB;
}
.AnyTagClassName
{
color: #C97BCB;
}
</style>
background-color css
<style>
a { background-color: #C97BCB; }
a { background-color: rgb(201,123,203); }
div.DivClassName
{
background-color: #C97BCB;
}
.BgClassName
{
background-color: #C97BCB;
}
</style>
border-color css
<style>
span { border-color: #C97BCB; }
span { border-color: rgb(201,123,203); }
td.TdClassName
{
border-color: #C97BCB;
}
.TagClassName
{
border-color: #C97BCB;
}
</style>