Shades of Orchid #CF6BDD
Tints of Orchid #CF6BDD
RGB
CMYK
RGB Variations
Color information
#CF6BDD (or 0xCF6BDD) is known color: Orchid. HEX triplet: CF, 6B and DD. RGB value is (207,107,221). Sum of RGB (Red+Green+Blue) = 207+107+221=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDD is #309422. Grayscale: #959595. Windows color (decimal): -3183651 or 14511055. OLE color: 14511055.
HSL color Cylindrical-coordinate representation of color #CF6BDD: hue angle of 292.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6BDD is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 107 | 221 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.13 |
| HSL | 292.63º | 0.63% | 0.64% | - |
| HSV(B) | 292.63º | 0.52% | 0.87% | - |
| XYZ | 44.04 | 29 | 71.68 | - |
| YUV | 149.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 221 | 0.06 | 0.52 | 0 | 0.13 | 292.63 | 0.63 | 0.64 |
| Hex | CF | 6B | DD | 6 | 34 | 0 | D | 125 | 3F | 40 |
| Octal | 317 | 153 | 335 | 6 | 64 | 0 | 15 | 445 | 77 | 100 |
| Binary | 11001111 | 1101011 | 11011101 | 110 | 110100 | 0 | 1101 | 100100101 | 111111 | 1000000 |
Color Harmonies of #CF6BDD
Complementary color
Monochromatic Colors of #CF6BDD
Black with #CF6BDD
Text Example
Text Example
White with #CF6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BDD; }
p { color: rgb(207,107,221); }
H1.HeaderClassName
{
color: #CF6BDD;
}
.AnyTagClassName
{
color: #CF6BDD;
}
</style>
background-color css
<style>
a { background-color: #CF6BDD; }
a { background-color: rgb(207,107,221); }
div.DivClassName
{
background-color: #CF6BDD;
}
.BgClassName
{
background-color: #CF6BDD;
}
</style>
border-color css
<style>
span { border-color: #CF6BDD; }
span { border-color: rgb(207,107,221); }
td.TdClassName
{
border-color: #CF6BDD;
}
.TagClassName
{
border-color: #CF6BDD;
}
</style>