Shades of Medium Orchid #CF42DB
Tints of Medium Orchid #CF42DB
RGB
CMYK
RGB Variations
Color information
#CF42DB (or 0xCF42DB) is known color: Medium Orchid. HEX triplet: CF, 42 and DB. RGB value is (207,66,219). Sum of RGB (Red+Green+Blue) = 207+66+219=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42DB is #30BD24. Grayscale: #7D7D7D. Windows color (decimal): -3194149 or 14369487. OLE color: 14369487.
HSL color Cylindrical-coordinate representation of color #CF42DB: hue angle of 295.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF42DB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 66 | 219 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.14 |
| HSL | 295.29º | 0.68% | 0.56% | - |
| HSV(B) | 295.29º | 0.7% | 0.86% | - |
| XYZ | 40.47 | 22.28 | 69.18 | - |
| YUV | 125.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 219 | 0.05 | 0.70 | 0 | 0.14 | 295.29 | 0.68 | 0.56 |
| Hex | CF | 42 | DB | 5 | 46 | 0 | E | 127 | 44 | 38 |
| Octal | 317 | 102 | 333 | 5 | 106 | 0 | 16 | 447 | 104 | 70 |
| Binary | 11001111 | 1000010 | 11011011 | 101 | 1000110 | 0 | 1110 | 100100111 | 1000100 | 111000 |
Color Harmonies of #CF42DB
Complementary color
Monochromatic Colors of #CF42DB
Black with #CF42DB
Text Example
Text Example
White with #CF42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42DB; }
p { color: rgb(207,66,219); }
H1.HeaderClassName
{
color: #CF42DB;
}
.AnyTagClassName
{
color: #CF42DB;
}
</style>
background-color css
<style>
a { background-color: #CF42DB; }
a { background-color: rgb(207,66,219); }
div.DivClassName
{
background-color: #CF42DB;
}
.BgClassName
{
background-color: #CF42DB;
}
</style>
border-color css
<style>
span { border-color: #CF42DB; }
span { border-color: rgb(207,66,219); }
td.TdClassName
{
border-color: #CF42DB;
}
.TagClassName
{
border-color: #CF42DB;
}
</style>