Shades of Orchid #C97FDD
Tints of Orchid #C97FDD
RGB
CMYK
RGB Variations
Color information
#C97FDD (or 0xC97FDD) is known color: Orchid. HEX triplet: C9, 7F and DD. RGB value is (201,127,221). Sum of RGB (Red+Green+Blue) = 201+127+221=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C97FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FDD is #368022. Grayscale: #9F9F9F. Windows color (decimal): -3571747 or 14516169. OLE color: 14516169.
HSL color Cylindrical-coordinate representation of color #C97FDD: hue angle of 287.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97FDD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 127 | 221 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 287.23º | 0.58% | 0.68% | - |
| HSV(B) | 287.23º | 0.43% | 0.87% | - |
| XYZ | 44.73 | 32.82 | 72.38 | - |
| YUV | 159.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 221 | 0.09 | 0.43 | 0 | 0.13 | 287.23 | 0.58 | 0.68 |
| Hex | C9 | 7F | DD | 9 | 2B | 0 | D | 11F | 3A | 44 |
| Octal | 311 | 177 | 335 | 11 | 53 | 0 | 15 | 437 | 72 | 104 |
| Binary | 11001001 | 1111111 | 11011101 | 1001 | 101011 | 0 | 1101 | 100011111 | 111010 | 1000100 |
Color Harmonies of #C97FDD
Complementary color
Monochromatic Colors of #C97FDD
Black with #C97FDD
Text Example
Text Example
White with #C97FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FDD; }
p { color: rgb(201,127,221); }
H1.HeaderClassName
{
color: #C97FDD;
}
.AnyTagClassName
{
color: #C97FDD;
}
</style>
background-color css
<style>
a { background-color: #C97FDD; }
a { background-color: rgb(201,127,221); }
div.DivClassName
{
background-color: #C97FDD;
}
.BgClassName
{
background-color: #C97FDD;
}
</style>
border-color css
<style>
span { border-color: #C97FDD; }
span { border-color: rgb(201,127,221); }
td.TdClassName
{
border-color: #C97FDD;
}
.TagClassName
{
border-color: #C97FDD;
}
</style>