Shades of Medium Orchid #CF38DB
Tints of Medium Orchid #CF38DB
RGB
CMYK
RGB Variations
Color information
#CF38DB (or 0xCF38DB) is known color: Medium Orchid. HEX triplet: CF, 38 and DB. RGB value is (207,56,219). Sum of RGB (Red+Green+Blue) = 207+56+219=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38DB is #30C724. Grayscale: #777777. Windows color (decimal): -3196709 or 14366927. OLE color: 14366927.
HSL color Cylindrical-coordinate representation of color #CF38DB: hue angle of 295.58º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF38DB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 56 | 219 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.14 |
| HSL | 295.58º | 0.69% | 0.54% | - |
| HSV(B) | 295.58º | 0.74% | 0.86% | - |
| XYZ | 39.93 | 21.21 | 69.01 | - |
| YUV | 119.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 219 | 0.05 | 0.74 | 0 | 0.14 | 295.58 | 0.69 | 0.54 |
| Hex | CF | 38 | DB | 5 | 4A | 0 | E | 128 | 45 | 36 |
| Octal | 317 | 70 | 333 | 5 | 112 | 0 | 16 | 450 | 105 | 66 |
| Binary | 11001111 | 111000 | 11011011 | 101 | 1001010 | 0 | 1110 | 100101000 | 1000101 | 110110 |
Color Harmonies of #CF38DB
Complementary color
Monochromatic Colors of #CF38DB
Black with #CF38DB
Text Example
Text Example
White with #CF38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38DB; }
p { color: rgb(207,56,219); }
H1.HeaderClassName
{
color: #CF38DB;
}
.AnyTagClassName
{
color: #CF38DB;
}
</style>
background-color css
<style>
a { background-color: #CF38DB; }
a { background-color: rgb(207,56,219); }
div.DivClassName
{
background-color: #CF38DB;
}
.BgClassName
{
background-color: #CF38DB;
}
</style>
border-color css
<style>
span { border-color: #CF38DB; }
span { border-color: rgb(207,56,219); }
td.TdClassName
{
border-color: #CF38DB;
}
.TagClassName
{
border-color: #CF38DB;
}
</style>