Shades of Orchid #C679CD
Tints of Orchid #C679CD
RGB
CMYK
RGB Variations
Color information
#C679CD (or 0xC679CD) is known color: Orchid. HEX triplet: C6, 79 and CD. RGB value is (198,121,205). Sum of RGB (Red+Green+Blue) = 198+121+205=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #C679CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679CD is #398632. Grayscale: #999999. Windows color (decimal): -3769907 or 13466054. OLE color: 13466054.
HSL color Cylindrical-coordinate representation of color #C679CD: hue angle of 295º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C679CD is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 121 | 205 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.20 |
| HSL | 295º | 0.46% | 0.64% | - |
| HSV(B) | 295º | 0.41% | 0.8% | - |
| XYZ | 41.15 | 30.09 | 61.4 | - |
| YUV | 153.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 205 | 0.03 | 0.41 | 0 | 0.20 | 295 | 0.46 | 0.64 |
| Hex | C6 | 79 | CD | 3 | 29 | 0 | 14 | 127 | 2E | 40 |
| Octal | 306 | 171 | 315 | 3 | 51 | 0 | 24 | 447 | 56 | 100 |
| Binary | 11000110 | 1111001 | 11001101 | 11 | 101001 | 0 | 10100 | 100100111 | 101110 | 1000000 |
Color Harmonies of #C679CD
Complementary color
Monochromatic Colors of #C679CD
Black with #C679CD
Text Example
Text Example
White with #C679CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679CD; }
p { color: rgb(198,121,205); }
H1.HeaderClassName
{
color: #C679CD;
}
.AnyTagClassName
{
color: #C679CD;
}
</style>
background-color css
<style>
a { background-color: #C679CD; }
a { background-color: rgb(198,121,205); }
div.DivClassName
{
background-color: #C679CD;
}
.BgClassName
{
background-color: #C679CD;
}
</style>
border-color css
<style>
span { border-color: #C679CD; }
span { border-color: rgb(198,121,205); }
td.TdClassName
{
border-color: #C679CD;
}
.TagClassName
{
border-color: #C679CD;
}
</style>