Shades of Medium Orchid #CF44DA
Tints of Medium Orchid #CF44DA
RGB
CMYK
RGB Variations
Color information
#CF44DA (or 0xCF44DA) is known color: Medium Orchid. HEX triplet: CF, 44 and DA. RGB value is (207,68,218). Sum of RGB (Red+Green+Blue) = 207+68+218=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF44DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44DA is #30BB25. Grayscale: #7E7E7E. Windows color (decimal): -3193638 or 14304463. OLE color: 14304463.
HSL color Cylindrical-coordinate representation of color #CF44DA: hue angle of 295.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF44DA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 68 | 218 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.15 |
| HSL | 295.6º | 0.67% | 0.56% | - |
| HSV(B) | 295.6º | 0.69% | 0.85% | - |
| XYZ | 40.45 | 22.46 | 68.53 | - |
| YUV | 126.66 | 179.55 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 218 | 0.05 | 0.69 | 0 | 0.15 | 295.6 | 0.67 | 0.56 |
| Hex | CF | 44 | DA | 5 | 45 | 0 | F | 128 | 43 | 38 |
| Octal | 317 | 104 | 332 | 5 | 105 | 0 | 17 | 450 | 103 | 70 |
| Binary | 11001111 | 1000100 | 11011010 | 101 | 1000101 | 0 | 1111 | 100101000 | 1000011 | 111000 |
Color Harmonies of #CF44DA
Complementary color
Monochromatic Colors of #CF44DA
Black with #CF44DA
Text Example
Text Example
White with #CF44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44DA; }
p { color: rgb(207,68,218); }
H1.HeaderClassName
{
color: #CF44DA;
}
.AnyTagClassName
{
color: #CF44DA;
}
</style>
background-color css
<style>
a { background-color: #CF44DA; }
a { background-color: rgb(207,68,218); }
div.DivClassName
{
background-color: #CF44DA;
}
.BgClassName
{
background-color: #CF44DA;
}
</style>
border-color css
<style>
span { border-color: #CF44DA; }
span { border-color: rgb(207,68,218); }
td.TdClassName
{
border-color: #CF44DA;
}
.TagClassName
{
border-color: #CF44DA;
}
</style>