Shades of Medium Orchid #CF40DB
Tints of Medium Orchid #CF40DB
RGB
CMYK
RGB Variations
Color information
#CF40DB (or 0xCF40DB) is known color: Medium Orchid. HEX triplet: CF, 40 and DB. RGB value is (207,64,219). Sum of RGB (Red+Green+Blue) = 207+64+219=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DB is #30BF24. Grayscale: #7B7B7B. Windows color (decimal): -3194661 or 14368975. OLE color: 14368975.
HSL color Cylindrical-coordinate representation of color #CF40DB: hue angle of 295.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF40DB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 64 | 219 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.14 |
| HSL | 295.35º | 0.68% | 0.55% | - |
| HSV(B) | 295.35º | 0.71% | 0.86% | - |
| XYZ | 40.35 | 22.05 | 69.15 | - |
| YUV | 124.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 219 | 0.05 | 0.71 | 0 | 0.14 | 295.35 | 0.68 | 0.55 |
| Hex | CF | 40 | DB | 5 | 47 | 0 | E | 127 | 44 | 37 |
| Octal | 317 | 100 | 333 | 5 | 107 | 0 | 16 | 447 | 104 | 67 |
| Binary | 11001111 | 1000000 | 11011011 | 101 | 1000111 | 0 | 1110 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CF40DB
Complementary color
Monochromatic Colors of #CF40DB
Black with #CF40DB
Text Example
Text Example
White with #CF40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40DB; }
p { color: rgb(207,64,219); }
H1.HeaderClassName
{
color: #CF40DB;
}
.AnyTagClassName
{
color: #CF40DB;
}
</style>
background-color css
<style>
a { background-color: #CF40DB; }
a { background-color: rgb(207,64,219); }
div.DivClassName
{
background-color: #CF40DB;
}
.BgClassName
{
background-color: #CF40DB;
}
</style>
border-color css
<style>
span { border-color: #CF40DB; }
span { border-color: rgb(207,64,219); }
td.TdClassName
{
border-color: #CF40DB;
}
.TagClassName
{
border-color: #CF40DB;
}
</style>