Shades of Medium Orchid #CF36DB
Tints of Medium Orchid #CF36DB
RGB
CMYK
RGB Variations
Color information
#CF36DB (or 0xCF36DB) is known color: Medium Orchid. HEX triplet: CF, 36 and DB. RGB value is (207,54,219). Sum of RGB (Red+Green+Blue) = 207+54+219=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36DB is #30C924. Grayscale: #767676. Windows color (decimal): -3197221 or 14366415. OLE color: 14366415.
HSL color Cylindrical-coordinate representation of color #CF36DB: hue angle of 295.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF36DB is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 54 | 219 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.14 |
| HSL | 295.64º | 0.7% | 0.54% | - |
| HSV(B) | 295.64º | 0.75% | 0.86% | - |
| XYZ | 39.84 | 21.02 | 68.98 | - |
| YUV | 118.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 219 | 0.05 | 0.75 | 0 | 0.14 | 295.64 | 0.7 | 0.54 |
| Hex | CF | 36 | DB | 5 | 4B | 0 | E | 128 | 46 | 36 |
| Octal | 317 | 66 | 333 | 5 | 113 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11001111 | 110110 | 11011011 | 101 | 1001011 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #CF36DB
Complementary color
Monochromatic Colors of #CF36DB
Black with #CF36DB
Text Example
Text Example
White with #CF36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36DB; }
p { color: rgb(207,54,219); }
H1.HeaderClassName
{
color: #CF36DB;
}
.AnyTagClassName
{
color: #CF36DB;
}
</style>
background-color css
<style>
a { background-color: #CF36DB; }
a { background-color: rgb(207,54,219); }
div.DivClassName
{
background-color: #CF36DB;
}
.BgClassName
{
background-color: #CF36DB;
}
</style>
border-color css
<style>
span { border-color: #CF36DB; }
span { border-color: rgb(207,54,219); }
td.TdClassName
{
border-color: #CF36DB;
}
.TagClassName
{
border-color: #CF36DB;
}
</style>