Shades of Orchid #C979D2
Tints of Orchid #C979D2
RGB
CMYK
RGB Variations
Color information
#C979D2 (or 0xC979D2) is known color: Orchid. HEX triplet: C9, 79 and D2. RGB value is (201,121,210). Sum of RGB (Red+Green+Blue) = 201+121+210=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #C979D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979D2 is #36862D. Grayscale: #9A9A9A. Windows color (decimal): -3573294 or 13793737. OLE color: 13793737.
HSL color Cylindrical-coordinate representation of color #C979D2: hue angle of 293.93º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C979D2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 121 | 210 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.18 |
| HSL | 293.93º | 0.5% | 0.65% | - |
| HSV(B) | 293.93º | 0.42% | 0.82% | - |
| XYZ | 42.56 | 30.75 | 64.66 | - |
| YUV | 155.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 210 | 0.04 | 0.42 | 0 | 0.18 | 293.93 | 0.5 | 0.65 |
| Hex | C9 | 79 | D2 | 4 | 2A | 0 | 12 | 126 | 32 | 41 |
| Octal | 311 | 171 | 322 | 4 | 52 | 0 | 22 | 446 | 62 | 101 |
| Binary | 11001001 | 1111001 | 11010010 | 100 | 101010 | 0 | 10010 | 100100110 | 110010 | 1000001 |
Color Harmonies of #C979D2
Complementary color
Monochromatic Colors of #C979D2
Black with #C979D2
Text Example
Text Example
White with #C979D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C979D2; }
p { color: rgb(201,121,210); }
H1.HeaderClassName
{
color: #C979D2;
}
.AnyTagClassName
{
color: #C979D2;
}
</style>
background-color css
<style>
a { background-color: #C979D2; }
a { background-color: rgb(201,121,210); }
div.DivClassName
{
background-color: #C979D2;
}
.BgClassName
{
background-color: #C979D2;
}
</style>
border-color css
<style>
span { border-color: #C979D2; }
span { border-color: rgb(201,121,210); }
td.TdClassName
{
border-color: #C979D2;
}
.TagClassName
{
border-color: #C979D2;
}
</style>