Shades of Orchid #C678BD
Tints of Orchid #C678BD
RGB
CMYK
RGB Variations
Color information
#C678BD (or 0xC678BD) is known color: Orchid. HEX triplet: C6, 78 and BD. RGB value is (198,120,189). Sum of RGB (Red+Green+Blue) = 198+120+189=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C678BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678BD is #398742. Grayscale: #969696. Windows color (decimal): -3770179 or 12417222. OLE color: 12417222.
HSL color Cylindrical-coordinate representation of color #C678BD: hue angle of 306.92º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678BD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 189 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.22 |
| HSL | 306.92º | 0.41% | 0.62% | - |
| HSV(B) | 306.92º | 0.39% | 0.78% | - |
| XYZ | 39.19 | 29.11 | 51.7 | - |
| YUV | 151.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 189 | 0 | 0.39 | 0.05 | 0.22 | 306.92 | 0.41 | 0.62 |
| Hex | C6 | 78 | BD | 0 | 27 | 5 | 16 | 133 | 29 | 3E |
| Octal | 306 | 170 | 275 | 0 | 47 | 5 | 26 | 463 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10111101 | 0 | 100111 | 101 | 10110 | 100110011 | 101001 | 111110 |
Color Harmonies of #C678BD
Complementary color
Monochromatic Colors of #C678BD
Black with #C678BD
Text Example
Text Example
White with #C678BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678BD; }
p { color: rgb(198,120,189); }
H1.HeaderClassName
{
color: #C678BD;
}
.AnyTagClassName
{
color: #C678BD;
}
</style>
background-color css
<style>
a { background-color: #C678BD; }
a { background-color: rgb(198,120,189); }
div.DivClassName
{
background-color: #C678BD;
}
.BgClassName
{
background-color: #C678BD;
}
</style>
border-color css
<style>
span { border-color: #C678BD; }
span { border-color: rgb(198,120,189); }
td.TdClassName
{
border-color: #C678BD;
}
.TagClassName
{
border-color: #C678BD;
}
</style>