Shades of Orchid #CF6DBD
Tints of Orchid #CF6DBD
RGB
CMYK
RGB Variations
Color information
#CF6DBD (or 0xCF6DBD) is known color: Orchid. HEX triplet: CF, 6D and BD. RGB value is (207,109,189). Sum of RGB (Red+Green+Blue) = 207+109+189=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBD is #309242. Grayscale: #939393. Windows color (decimal): -3183171 or 12414415. OLE color: 12414415.
HSL color Cylindrical-coordinate representation of color #CF6DBD: hue angle of 311.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DBD is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 189 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.19 |
| HSL | 311.02º | 0.51% | 0.62% | - |
| HSV(B) | 311.02º | 0.47% | 0.81% | - |
| XYZ | 40.39 | 27.88 | 51.4 | - |
| YUV | 147.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 189 | 0 | 0.47 | 0.09 | 0.19 | 311.02 | 0.51 | 0.62 |
| Hex | CF | 6D | BD | 0 | 2F | 9 | 13 | 137 | 33 | 3E |
| Octal | 317 | 155 | 275 | 0 | 57 | 11 | 23 | 467 | 63 | 76 |
| Binary | 11001111 | 1101101 | 10111101 | 0 | 101111 | 1001 | 10011 | 100110111 | 110011 | 111110 |
Color Harmonies of #CF6DBD
Complementary color
Monochromatic Colors of #CF6DBD
Black with #CF6DBD
Text Example
Text Example
White with #CF6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DBD; }
p { color: rgb(207,109,189); }
H1.HeaderClassName
{
color: #CF6DBD;
}
.AnyTagClassName
{
color: #CF6DBD;
}
</style>
background-color css
<style>
a { background-color: #CF6DBD; }
a { background-color: rgb(207,109,189); }
div.DivClassName
{
background-color: #CF6DBD;
}
.BgClassName
{
background-color: #CF6DBD;
}
</style>
border-color css
<style>
span { border-color: #CF6DBD; }
span { border-color: rgb(207,109,189); }
td.TdClassName
{
border-color: #CF6DBD;
}
.TagClassName
{
border-color: #CF6DBD;
}
</style>