Shades of Orchid #C97BD4
Tints of Orchid #C97BD4
RGB
CMYK
RGB Variations
Color information
#C97BD4 (or 0xC97BD4) is known color: Orchid. HEX triplet: C9, 7B and D4. RGB value is (201,123,212). Sum of RGB (Red+Green+Blue) = 201+123+212=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #C97BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97BD4 is #36842B. Grayscale: #9C9C9C. Windows color (decimal): -3572780 or 13925321. OLE color: 13925321.
HSL color Cylindrical-coordinate representation of color #C97BD4: hue angle of 292.58º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97BD4 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 123 | 212 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.17 |
| HSL | 292.58º | 0.51% | 0.66% | - |
| HSV(B) | 292.58º | 0.42% | 0.83% | - |
| XYZ | 43.05 | 31.34 | 66.07 | - |
| YUV | 156.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 212 | 0.05 | 0.42 | 0 | 0.17 | 292.58 | 0.51 | 0.66 |
| Hex | C9 | 7B | D4 | 5 | 2A | 0 | 11 | 125 | 33 | 42 |
| Octal | 311 | 173 | 324 | 5 | 52 | 0 | 21 | 445 | 63 | 102 |
| Binary | 11001001 | 1111011 | 11010100 | 101 | 101010 | 0 | 10001 | 100100101 | 110011 | 1000010 |
Color Harmonies of #C97BD4
Complementary color
Monochromatic Colors of #C97BD4
Black with #C97BD4
Text Example
Text Example
White with #C97BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BD4; }
p { color: rgb(201,123,212); }
H1.HeaderClassName
{
color: #C97BD4;
}
.AnyTagClassName
{
color: #C97BD4;
}
</style>
background-color css
<style>
a { background-color: #C97BD4; }
a { background-color: rgb(201,123,212); }
div.DivClassName
{
background-color: #C97BD4;
}
.BgClassName
{
background-color: #C97BD4;
}
</style>
border-color css
<style>
span { border-color: #C97BD4; }
span { border-color: rgb(201,123,212); }
td.TdClassName
{
border-color: #C97BD4;
}
.TagClassName
{
border-color: #C97BD4;
}
</style>