Shades of Orchid #C979DF
Tints of Orchid #C979DF
RGB
CMYK
RGB Variations
Color information
#C979DF (or 0xC979DF) is known color: Orchid. HEX triplet: C9, 79 and DF. RGB value is (201,121,223). Sum of RGB (Red+Green+Blue) = 201+121+223=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C979DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979DF is #368620. Grayscale: #9C9C9C. Windows color (decimal): -3573281 or 14645705. OLE color: 14645705.
HSL color Cylindrical-coordinate representation of color #C979DF: hue angle of 287.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C979DF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 121 | 223 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.13 |
| HSL | 287.06º | 0.61% | 0.67% | - |
| HSV(B) | 287.06º | 0.46% | 0.87% | - |
| XYZ | 44.24 | 31.42 | 73.54 | - |
| YUV | 156.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 223 | 0.10 | 0.46 | 0 | 0.13 | 287.06 | 0.61 | 0.67 |
| Hex | C9 | 79 | DF | A | 2E | 0 | D | 11F | 3D | 43 |
| Octal | 311 | 171 | 337 | 12 | 56 | 0 | 15 | 437 | 75 | 103 |
| Binary | 11001001 | 1111001 | 11011111 | 1010 | 101110 | 0 | 1101 | 100011111 | 111101 | 1000011 |
Color Harmonies of #C979DF
Complementary color
Monochromatic Colors of #C979DF
Black with #C979DF
Text Example
Text Example
White with #C979DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979DF; }
p { color: rgb(201,121,223); }
H1.HeaderClassName
{
color: #C979DF;
}
.AnyTagClassName
{
color: #C979DF;
}
</style>
background-color css
<style>
a { background-color: #C979DF; }
a { background-color: rgb(201,121,223); }
div.DivClassName
{
background-color: #C979DF;
}
.BgClassName
{
background-color: #C979DF;
}
</style>
border-color css
<style>
span { border-color: #C979DF; }
span { border-color: rgb(201,121,223); }
td.TdClassName
{
border-color: #C979DF;
}
.TagClassName
{
border-color: #C979DF;
}
</style>