Shades of Orchid #C97DDF
Tints of Orchid #C97DDF
RGB
CMYK
RGB Variations
Color information
#C97DDF (or 0xC97DDF) is known color: Orchid. HEX triplet: C9, 7D and DF. RGB value is (201,125,223). Sum of RGB (Red+Green+Blue) = 201+125+223=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #C97DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DDF is #368220. Grayscale: #9E9E9E. Windows color (decimal): -3572257 or 14646729. OLE color: 14646729.
HSL color Cylindrical-coordinate representation of color #C97DDF: hue angle of 286.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97DDF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 125 | 223 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.13 |
| HSL | 286.53º | 0.6% | 0.68% | - |
| HSV(B) | 286.53º | 0.44% | 0.87% | - |
| XYZ | 44.74 | 32.41 | 73.71 | - |
| YUV | 158.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 223 | 0.10 | 0.44 | 0 | 0.13 | 286.53 | 0.6 | 0.68 |
| Hex | C9 | 7D | DF | A | 2C | 0 | D | 11F | 3C | 44 |
| Octal | 311 | 175 | 337 | 12 | 54 | 0 | 15 | 437 | 74 | 104 |
| Binary | 11001001 | 1111101 | 11011111 | 1010 | 101100 | 0 | 1101 | 100011111 | 111100 | 1000100 |
Color Harmonies of #C97DDF
Complementary color
Monochromatic Colors of #C97DDF
Black with #C97DDF
Text Example
Text Example
White with #C97DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DDF; }
p { color: rgb(201,125,223); }
H1.HeaderClassName
{
color: #C97DDF;
}
.AnyTagClassName
{
color: #C97DDF;
}
</style>
background-color css
<style>
a { background-color: #C97DDF; }
a { background-color: rgb(201,125,223); }
div.DivClassName
{
background-color: #C97DDF;
}
.BgClassName
{
background-color: #C97DDF;
}
</style>
border-color css
<style>
span { border-color: #C97DDF; }
span { border-color: rgb(201,125,223); }
td.TdClassName
{
border-color: #C97DDF;
}
.TagClassName
{
border-color: #C97DDF;
}
</style>