Shades of Orchid #C679D5
Tints of Orchid #C679D5
RGB
CMYK
RGB Variations
Color information
#C679D5 (or 0xC679D5) is known color: Orchid. HEX triplet: C6, 79 and D5. RGB value is (198,121,213). Sum of RGB (Red+Green+Blue) = 198+121+213=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #C679D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D5 is #39862A. Grayscale: #9A9A9A. Windows color (decimal): -3769899 or 13990342. OLE color: 13990342.
HSL color Cylindrical-coordinate representation of color #C679D5: hue angle of 290.22º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C679D5 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 121 | 213 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.16 |
| HSL | 290.22º | 0.52% | 0.65% | - |
| HSV(B) | 290.22º | 0.43% | 0.84% | - |
| XYZ | 42.14 | 30.48 | 66.61 | - |
| YUV | 154.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 213 | 0.07 | 0.43 | 0 | 0.16 | 290.22 | 0.52 | 0.65 |
| Hex | C6 | 79 | D5 | 7 | 2B | 0 | 10 | 122 | 34 | 41 |
| Octal | 306 | 171 | 325 | 7 | 53 | 0 | 20 | 442 | 64 | 101 |
| Binary | 11000110 | 1111001 | 11010101 | 111 | 101011 | 0 | 10000 | 100100010 | 110100 | 1000001 |
Color Harmonies of #C679D5
Complementary color
Monochromatic Colors of #C679D5
Black with #C679D5
Text Example
Text Example
White with #C679D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679D5; }
p { color: rgb(198,121,213); }
H1.HeaderClassName
{
color: #C679D5;
}
.AnyTagClassName
{
color: #C679D5;
}
</style>
background-color css
<style>
a { background-color: #C679D5; }
a { background-color: rgb(198,121,213); }
div.DivClassName
{
background-color: #C679D5;
}
.BgClassName
{
background-color: #C679D5;
}
</style>
border-color css
<style>
span { border-color: #C679D5; }
span { border-color: rgb(198,121,213); }
td.TdClassName
{
border-color: #C679D5;
}
.TagClassName
{
border-color: #C679D5;
}
</style>