Shades of Orchid #C67DBD
Tints of Orchid #C67DBD
RGB
CMYK
RGB Variations
Color information
#C67DBD (or 0xC67DBD) is known color: Orchid. HEX triplet: C6, 7D and BD. RGB value is (198,125,189). Sum of RGB (Red+Green+Blue) = 198+125+189=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DBD is #398242. Grayscale: #999999. Windows color (decimal): -3768899 or 12418502. OLE color: 12418502.
HSL color Cylindrical-coordinate representation of color #C67DBD: hue angle of 307.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DBD is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 189 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.22 |
| HSL | 307.4º | 0.39% | 0.63% | - |
| HSV(B) | 307.4º | 0.37% | 0.78% | - |
| XYZ | 39.81 | 30.35 | 51.9 | - |
| YUV | 154.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 189 | 0 | 0.37 | 0.05 | 0.22 | 307.4 | 0.39 | 0.63 |
| Hex | C6 | 7D | BD | 0 | 25 | 5 | 16 | 133 | 27 | 3F |
| Octal | 306 | 175 | 275 | 0 | 45 | 5 | 26 | 463 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10111101 | 0 | 100101 | 101 | 10110 | 100110011 | 100111 | 111111 |
Color Harmonies of #C67DBD
Complementary color
Monochromatic Colors of #C67DBD
Black with #C67DBD
Text Example
Text Example
White with #C67DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DBD; }
p { color: rgb(198,125,189); }
H1.HeaderClassName
{
color: #C67DBD;
}
.AnyTagClassName
{
color: #C67DBD;
}
</style>
background-color css
<style>
a { background-color: #C67DBD; }
a { background-color: rgb(198,125,189); }
div.DivClassName
{
background-color: #C67DBD;
}
.BgClassName
{
background-color: #C67DBD;
}
</style>
border-color css
<style>
span { border-color: #C67DBD; }
span { border-color: rgb(198,125,189); }
td.TdClassName
{
border-color: #C67DBD;
}
.TagClassName
{
border-color: #C67DBD;
}
</style>