Shades of Orchid #C67DBE
Tints of Orchid #C67DBE
RGB
CMYK
RGB Variations
Color information
#C67DBE (or 0xC67DBE) is known color: Orchid. HEX triplet: C6, 7D and BE. RGB value is (198,125,190). Sum of RGB (Red+Green+Blue) = 198+125+190=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DBE is #398241. Grayscale: #9A9A9A. Windows color (decimal): -3768898 or 12484038. OLE color: 12484038.
HSL color Cylindrical-coordinate representation of color #C67DBE: hue angle of 306.58º 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 #C67DBE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 190 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.22 |
| HSL | 306.58º | 0.39% | 0.63% | - |
| HSV(B) | 306.58º | 0.37% | 0.78% | - |
| XYZ | 39.92 | 30.39 | 52.48 | - |
| YUV | 154.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 190 | 0 | 0.37 | 0.04 | 0.22 | 306.58 | 0.39 | 0.63 |
| Hex | C6 | 7D | BE | 0 | 25 | 4 | 16 | 133 | 27 | 3F |
| Octal | 306 | 175 | 276 | 0 | 45 | 4 | 26 | 463 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10111110 | 0 | 100101 | 100 | 10110 | 100110011 | 100111 | 111111 |
Color Harmonies of #C67DBE
Complementary color
Monochromatic Colors of #C67DBE
Black with #C67DBE
Text Example
Text Example
White with #C67DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DBE; }
p { color: rgb(198,125,190); }
H1.HeaderClassName
{
color: #C67DBE;
}
.AnyTagClassName
{
color: #C67DBE;
}
</style>
background-color css
<style>
a { background-color: #C67DBE; }
a { background-color: rgb(198,125,190); }
div.DivClassName
{
background-color: #C67DBE;
}
.BgClassName
{
background-color: #C67DBE;
}
</style>
border-color css
<style>
span { border-color: #C67DBE; }
span { border-color: rgb(198,125,190); }
td.TdClassName
{
border-color: #C67DBE;
}
.TagClassName
{
border-color: #C67DBE;
}
</style>