Shades of Medium Orchid #CF54DB
Tints of Medium Orchid #CF54DB
RGB
CMYK
RGB Variations
Color information
#CF54DB (or 0xCF54DB) is known color: Medium Orchid. HEX triplet: CF, 54 and DB. RGB value is (207,84,219). Sum of RGB (Red+Green+Blue) = 207+84+219=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54DB is #30AB24. Grayscale: #878787. Windows color (decimal): -3189541 or 14374095. OLE color: 14374095.
HSL color Cylindrical-coordinate representation of color #CF54DB: hue angle of 294.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF54DB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 84 | 219 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.14 |
| HSL | 294.67º | 0.65% | 0.59% | - |
| HSV(B) | 294.67º | 0.62% | 0.86% | - |
| XYZ | 41.69 | 24.72 | 69.59 | - |
| YUV | 136.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 219 | 0.05 | 0.62 | 0 | 0.14 | 294.67 | 0.65 | 0.59 |
| Hex | CF | 54 | DB | 5 | 3E | 0 | E | 127 | 41 | 3B |
| Octal | 317 | 124 | 333 | 5 | 76 | 0 | 16 | 447 | 101 | 73 |
| Binary | 11001111 | 1010100 | 11011011 | 101 | 111110 | 0 | 1110 | 100100111 | 1000001 | 111011 |
Color Harmonies of #CF54DB
Complementary color
Monochromatic Colors of #CF54DB
Black with #CF54DB
Text Example
Text Example
White with #CF54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54DB; }
p { color: rgb(207,84,219); }
H1.HeaderClassName
{
color: #CF54DB;
}
.AnyTagClassName
{
color: #CF54DB;
}
</style>
background-color css
<style>
a { background-color: #CF54DB; }
a { background-color: rgb(207,84,219); }
div.DivClassName
{
background-color: #CF54DB;
}
.BgClassName
{
background-color: #CF54DB;
}
</style>
border-color css
<style>
span { border-color: #CF54DB; }
span { border-color: rgb(207,84,219); }
td.TdClassName
{
border-color: #CF54DB;
}
.TagClassName
{
border-color: #CF54DB;
}
</style>