Shades of Orchid #C97FDC
Tints of Orchid #C97FDC
RGB
CMYK
RGB Variations
Color information
#C97FDC (or 0xC97FDC) is known color: Orchid. HEX triplet: C9, 7F and DC. RGB value is (201,127,220). Sum of RGB (Red+Green+Blue) = 201+127+220=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C97FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FDC is #368023. Grayscale: #9F9F9F. Windows color (decimal): -3571748 or 14450633. OLE color: 14450633.
HSL color Cylindrical-coordinate representation of color #C97FDC: hue angle of 287.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97FDC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 127 | 220 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.14 |
| HSL | 287.74º | 0.57% | 0.68% | - |
| HSV(B) | 287.74º | 0.42% | 0.86% | - |
| XYZ | 44.6 | 32.76 | 71.68 | - |
| YUV | 159.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 220 | 0.09 | 0.42 | 0 | 0.14 | 287.74 | 0.57 | 0.68 |
| Hex | C9 | 7F | DC | 9 | 2A | 0 | E | 120 | 39 | 44 |
| Octal | 311 | 177 | 334 | 11 | 52 | 0 | 16 | 440 | 71 | 104 |
| Binary | 11001001 | 1111111 | 11011100 | 1001 | 101010 | 0 | 1110 | 100100000 | 111001 | 1000100 |
Color Harmonies of #C97FDC
Complementary color
Monochromatic Colors of #C97FDC
Black with #C97FDC
Text Example
Text Example
White with #C97FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FDC; }
p { color: rgb(201,127,220); }
H1.HeaderClassName
{
color: #C97FDC;
}
.AnyTagClassName
{
color: #C97FDC;
}
</style>
background-color css
<style>
a { background-color: #C97FDC; }
a { background-color: rgb(201,127,220); }
div.DivClassName
{
background-color: #C97FDC;
}
.BgClassName
{
background-color: #C97FDC;
}
</style>
border-color css
<style>
span { border-color: #C97FDC; }
span { border-color: rgb(201,127,220); }
td.TdClassName
{
border-color: #C97FDC;
}
.TagClassName
{
border-color: #C97FDC;
}
</style>