Shades of Orchid #C679D2
Tints of Orchid #C679D2
RGB
CMYK
RGB Variations
Color information
#C679D2 (or 0xC679D2) is known color: Orchid. HEX triplet: C6, 79 and D2. RGB value is (198,121,210). Sum of RGB (Red+Green+Blue) = 198+121+210=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #C679D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679D2 is #39862D. Grayscale: #999999. Windows color (decimal): -3769902 or 13793734. OLE color: 13793734.
HSL color Cylindrical-coordinate representation of color #C679D2: hue angle of 291.91º 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 #C679D2 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 121 | 210 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.18 |
| HSL | 291.91º | 0.5% | 0.65% | - |
| HSV(B) | 291.91º | 0.42% | 0.82% | - |
| XYZ | 41.76 | 30.33 | 64.63 | - |
| YUV | 154.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 210 | 0.06 | 0.42 | 0 | 0.18 | 291.91 | 0.5 | 0.65 |
| Hex | C6 | 79 | D2 | 6 | 2A | 0 | 12 | 124 | 32 | 41 |
| Octal | 306 | 171 | 322 | 6 | 52 | 0 | 22 | 444 | 62 | 101 |
| Binary | 11000110 | 1111001 | 11010010 | 110 | 101010 | 0 | 10010 | 100100100 | 110010 | 1000001 |
Color Harmonies of #C679D2
Complementary color
Monochromatic Colors of #C679D2
Black with #C679D2
Text Example
Text Example
White with #C679D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679D2; }
p { color: rgb(198,121,210); }
H1.HeaderClassName
{
color: #C679D2;
}
.AnyTagClassName
{
color: #C679D2;
}
</style>
background-color css
<style>
a { background-color: #C679D2; }
a { background-color: rgb(198,121,210); }
div.DivClassName
{
background-color: #C679D2;
}
.BgClassName
{
background-color: #C679D2;
}
</style>
border-color css
<style>
span { border-color: #C679D2; }
span { border-color: rgb(198,121,210); }
td.TdClassName
{
border-color: #C679D2;
}
.TagClassName
{
border-color: #C679D2;
}
</style>