Shades of Orchid #C97CDA
Tints of Orchid #C97CDA
RGB
CMYK
RGB Variations
Color information
#C97CDA (or 0xC97CDA) is known color: Orchid. HEX triplet: C9, 7C and DA. RGB value is (201,124,218). Sum of RGB (Red+Green+Blue) = 201+124+218=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #C97CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CDA is #368325. Grayscale: #9D9D9D. Windows color (decimal): -3572518 or 14318793. OLE color: 14318793.
HSL color Cylindrical-coordinate representation of color #C97CDA: hue angle of 289.15º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97CDA is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 124 | 218 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.15 |
| HSL | 289.15º | 0.56% | 0.67% | - |
| HSV(B) | 289.15º | 0.43% | 0.85% | - |
| XYZ | 43.95 | 31.89 | 70.17 | - |
| YUV | 157.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 218 | 0.08 | 0.43 | 0 | 0.15 | 289.15 | 0.56 | 0.67 |
| Hex | C9 | 7C | DA | 8 | 2B | 0 | F | 121 | 38 | 43 |
| Octal | 311 | 174 | 332 | 10 | 53 | 0 | 17 | 441 | 70 | 103 |
| Binary | 11001001 | 1111100 | 11011010 | 1000 | 101011 | 0 | 1111 | 100100001 | 111000 | 1000011 |
Color Harmonies of #C97CDA
Complementary color
Monochromatic Colors of #C97CDA
Black with #C97CDA
Text Example
Text Example
White with #C97CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CDA; }
p { color: rgb(201,124,218); }
H1.HeaderClassName
{
color: #C97CDA;
}
.AnyTagClassName
{
color: #C97CDA;
}
</style>
background-color css
<style>
a { background-color: #C97CDA; }
a { background-color: rgb(201,124,218); }
div.DivClassName
{
background-color: #C97CDA;
}
.BgClassName
{
background-color: #C97CDA;
}
</style>
border-color css
<style>
span { border-color: #C97CDA; }
span { border-color: rgb(201,124,218); }
td.TdClassName
{
border-color: #C97CDA;
}
.TagClassName
{
border-color: #C97CDA;
}
</style>