Shades of Orchid #C676DA
Tints of Orchid #C676DA
RGB
CMYK
RGB Variations
Color information
#C676DA (or 0xC676DA) is known color: Orchid. HEX triplet: C6, 76 and DA. RGB value is (198,118,218). Sum of RGB (Red+Green+Blue) = 198+118+218=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C676DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676DA is #398925. Grayscale: #989898. Windows color (decimal): -3770662 or 14317254. OLE color: 14317254.
HSL color Cylindrical-coordinate representation of color #C676DA: hue angle of 288º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C676DA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 118 | 218 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.15 |
| HSL | 288º | 0.57% | 0.66% | - |
| HSV(B) | 288º | 0.46% | 0.85% | - |
| XYZ | 42.42 | 30.02 | 69.89 | - |
| YUV | 153.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 218 | 0.09 | 0.46 | 0 | 0.15 | 288 | 0.57 | 0.66 |
| Hex | C6 | 76 | DA | 9 | 2E | 0 | F | 120 | 39 | 42 |
| Octal | 306 | 166 | 332 | 11 | 56 | 0 | 17 | 440 | 71 | 102 |
| Binary | 11000110 | 1110110 | 11011010 | 1001 | 101110 | 0 | 1111 | 100100000 | 111001 | 1000010 |
Color Harmonies of #C676DA
Complementary color
Monochromatic Colors of #C676DA
Black with #C676DA
Text Example
Text Example
White with #C676DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676DA; }
p { color: rgb(198,118,218); }
H1.HeaderClassName
{
color: #C676DA;
}
.AnyTagClassName
{
color: #C676DA;
}
</style>
background-color css
<style>
a { background-color: #C676DA; }
a { background-color: rgb(198,118,218); }
div.DivClassName
{
background-color: #C676DA;
}
.BgClassName
{
background-color: #C676DA;
}
</style>
border-color css
<style>
span { border-color: #C676DA; }
span { border-color: rgb(198,118,218); }
td.TdClassName
{
border-color: #C676DA;
}
.TagClassName
{
border-color: #C676DA;
}
</style>