Shades of Medium Orchid #CF3BDA
Tints of Medium Orchid #CF3BDA
RGB
CMYK
RGB Variations
Color information
#CF3BDA (or 0xCF3BDA) is known color: Medium Orchid. HEX triplet: CF, 3B and DA. RGB value is (207,59,218). Sum of RGB (Red+Green+Blue) = 207+59+218=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BDA is #30C425. Grayscale: #787878. Windows color (decimal): -3195942 or 14302159. OLE color: 14302159.
HSL color Cylindrical-coordinate representation of color #CF3BDA: hue angle of 295.85º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3BDA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 59 | 218 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.15 |
| HSL | 295.85º | 0.68% | 0.54% | - |
| HSV(B) | 295.85º | 0.73% | 0.85% | - |
| XYZ | 39.95 | 21.46 | 68.37 | - |
| YUV | 121.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 218 | 0.05 | 0.73 | 0 | 0.15 | 295.85 | 0.68 | 0.54 |
| Hex | CF | 3B | DA | 5 | 49 | 0 | F | 128 | 44 | 36 |
| Octal | 317 | 73 | 332 | 5 | 111 | 0 | 17 | 450 | 104 | 66 |
| Binary | 11001111 | 111011 | 11011010 | 101 | 1001001 | 0 | 1111 | 100101000 | 1000100 | 110110 |
Color Harmonies of #CF3BDA
Complementary color
Monochromatic Colors of #CF3BDA
Black with #CF3BDA
Text Example
Text Example
White with #CF3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BDA; }
p { color: rgb(207,59,218); }
H1.HeaderClassName
{
color: #CF3BDA;
}
.AnyTagClassName
{
color: #CF3BDA;
}
</style>
background-color css
<style>
a { background-color: #CF3BDA; }
a { background-color: rgb(207,59,218); }
div.DivClassName
{
background-color: #CF3BDA;
}
.BgClassName
{
background-color: #CF3BDA;
}
</style>
border-color css
<style>
span { border-color: #CF3BDA; }
span { border-color: rgb(207,59,218); }
td.TdClassName
{
border-color: #CF3BDA;
}
.TagClassName
{
border-color: #CF3BDA;
}
</style>