Shades of Orchid #CF6BDB
Tints of Orchid #CF6BDB
RGB
CMYK
RGB Variations
Color information
#CF6BDB (or 0xCF6BDB) is known color: Orchid. HEX triplet: CF, 6B and DB. RGB value is (207,107,219). Sum of RGB (Red+Green+Blue) = 207+107+219=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDB is #309424. Grayscale: #959595. Windows color (decimal): -3183653 or 14379983. OLE color: 14379983.
HSL color Cylindrical-coordinate representation of color #CF6BDB: hue angle of 293.57º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6BDB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 107 | 219 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.14 |
| HSL | 293.57º | 0.61% | 0.64% | - |
| HSV(B) | 293.57º | 0.51% | 0.86% | - |
| XYZ | 43.78 | 28.9 | 70.29 | - |
| YUV | 149.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 219 | 0.05 | 0.51 | 0 | 0.14 | 293.57 | 0.61 | 0.64 |
| Hex | CF | 6B | DB | 5 | 33 | 0 | E | 126 | 3D | 40 |
| Octal | 317 | 153 | 333 | 5 | 63 | 0 | 16 | 446 | 75 | 100 |
| Binary | 11001111 | 1101011 | 11011011 | 101 | 110011 | 0 | 1110 | 100100110 | 111101 | 1000000 |
Color Harmonies of #CF6BDB
Complementary color
Monochromatic Colors of #CF6BDB
Black with #CF6BDB
Text Example
Text Example
White with #CF6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BDB; }
p { color: rgb(207,107,219); }
H1.HeaderClassName
{
color: #CF6BDB;
}
.AnyTagClassName
{
color: #CF6BDB;
}
</style>
background-color css
<style>
a { background-color: #CF6BDB; }
a { background-color: rgb(207,107,219); }
div.DivClassName
{
background-color: #CF6BDB;
}
.BgClassName
{
background-color: #CF6BDB;
}
</style>
border-color css
<style>
span { border-color: #CF6BDB; }
span { border-color: rgb(207,107,219); }
td.TdClassName
{
border-color: #CF6BDB;
}
.TagClassName
{
border-color: #CF6BDB;
}
</style>