Shades of Orchid #C679D0
Tints of Orchid #C679D0
RGB
CMYK
RGB Variations
Color information
#C679D0 (or 0xC679D0) is known color: Orchid. HEX triplet: C6, 79 and D0. RGB value is (198,121,208). Sum of RGB (Red+Green+Blue) = 198+121+208=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #C679D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D0 is #39862F. Grayscale: #999999. Windows color (decimal): -3769904 or 13662662. OLE color: 13662662.
HSL color Cylindrical-coordinate representation of color #C679D0: hue angle of 293.1º degrees, saturation: 0.48, 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 #C679D0 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 121 | 208 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.18 |
| HSL | 293.1º | 0.48% | 0.65% | - |
| HSV(B) | 293.1º | 0.42% | 0.82% | - |
| XYZ | 41.51 | 30.23 | 63.32 | - |
| YUV | 153.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 208 | 0.05 | 0.42 | 0 | 0.18 | 293.1 | 0.48 | 0.65 |
| Hex | C6 | 79 | D0 | 5 | 2A | 0 | 12 | 125 | 30 | 41 |
| Octal | 306 | 171 | 320 | 5 | 52 | 0 | 22 | 445 | 60 | 101 |
| Binary | 11000110 | 1111001 | 11010000 | 101 | 101010 | 0 | 10010 | 100100101 | 110000 | 1000001 |
Color Harmonies of #C679D0
Complementary color
Monochromatic Colors of #C679D0
Black with #C679D0
Text Example
Text Example
White with #C679D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679D0; }
p { color: rgb(198,121,208); }
H1.HeaderClassName
{
color: #C679D0;
}
.AnyTagClassName
{
color: #C679D0;
}
</style>
background-color css
<style>
a { background-color: #C679D0; }
a { background-color: rgb(198,121,208); }
div.DivClassName
{
background-color: #C679D0;
}
.BgClassName
{
background-color: #C679D0;
}
</style>
border-color css
<style>
span { border-color: #C679D0; }
span { border-color: rgb(198,121,208); }
td.TdClassName
{
border-color: #C679D0;
}
.TagClassName
{
border-color: #C679D0;
}
</style>