Shades of Orchid #CF5DDB
Tints of Orchid #CF5DDB
RGB
CMYK
RGB Variations
Color information
#CF5DDB (or 0xCF5DDB) is known color: Orchid. HEX triplet: CF, 5D and DB. RGB value is (207,93,219). Sum of RGB (Red+Green+Blue) = 207+93+219=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DDB is #30A224. Grayscale: #8D8D8D. Windows color (decimal): -3187237 or 14376399. OLE color: 14376399.
HSL color Cylindrical-coordinate representation of color #CF5DDB: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5DDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 93 | 219 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.14 |
| HSL | 294.29º | 0.64% | 0.61% | - |
| HSV(B) | 294.29º | 0.58% | 0.86% | - |
| XYZ | 42.43 | 26.21 | 69.84 | - |
| YUV | 141.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 219 | 0.05 | 0.58 | 0 | 0.14 | 294.29 | 0.64 | 0.61 |
| Hex | CF | 5D | DB | 5 | 3A | 0 | E | 126 | 40 | 3D |
| Octal | 317 | 135 | 333 | 5 | 72 | 0 | 16 | 446 | 100 | 75 |
| Binary | 11001111 | 1011101 | 11011011 | 101 | 111010 | 0 | 1110 | 100100110 | 1000000 | 111101 |
Color Harmonies of #CF5DDB
Complementary color
Monochromatic Colors of #CF5DDB
Black with #CF5DDB
Text Example
Text Example
White with #CF5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DDB; }
p { color: rgb(207,93,219); }
H1.HeaderClassName
{
color: #CF5DDB;
}
.AnyTagClassName
{
color: #CF5DDB;
}
</style>
background-color css
<style>
a { background-color: #CF5DDB; }
a { background-color: rgb(207,93,219); }
div.DivClassName
{
background-color: #CF5DDB;
}
.BgClassName
{
background-color: #CF5DDB;
}
</style>
border-color css
<style>
span { border-color: #CF5DDB; }
span { border-color: rgb(207,93,219); }
td.TdClassName
{
border-color: #CF5DDB;
}
.TagClassName
{
border-color: #CF5DDB;
}
</style>