Shades of Medium Orchid #CF41DA
Tints of Medium Orchid #CF41DA
RGB
CMYK
RGB Variations
Color information
#CF41DA (or 0xCF41DA) is known color: Medium Orchid. HEX triplet: CF, 41 and DA. RGB value is (207,65,218). Sum of RGB (Red+Green+Blue) = 207+65+218=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41DA is #30BE25. Grayscale: #7C7C7C. Windows color (decimal): -3194406 or 14303695. OLE color: 14303695.
HSL color Cylindrical-coordinate representation of color #CF41DA: hue angle of 295.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF41DA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 65 | 218 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.15 |
| HSL | 295.69º | 0.67% | 0.55% | - |
| HSV(B) | 295.69º | 0.7% | 0.85% | - |
| XYZ | 40.28 | 22.11 | 68.47 | - |
| YUV | 124.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 218 | 0.05 | 0.70 | 0 | 0.15 | 295.69 | 0.67 | 0.55 |
| Hex | CF | 41 | DA | 5 | 46 | 0 | F | 128 | 43 | 37 |
| Octal | 317 | 101 | 332 | 5 | 106 | 0 | 17 | 450 | 103 | 67 |
| Binary | 11001111 | 1000001 | 11011010 | 101 | 1000110 | 0 | 1111 | 100101000 | 1000011 | 110111 |
Color Harmonies of #CF41DA
Complementary color
Monochromatic Colors of #CF41DA
Black with #CF41DA
Text Example
Text Example
White with #CF41DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41DA; }
p { color: rgb(207,65,218); }
H1.HeaderClassName
{
color: #CF41DA;
}
.AnyTagClassName
{
color: #CF41DA;
}
</style>
background-color css
<style>
a { background-color: #CF41DA; }
a { background-color: rgb(207,65,218); }
div.DivClassName
{
background-color: #CF41DA;
}
.BgClassName
{
background-color: #CF41DA;
}
</style>
border-color css
<style>
span { border-color: #CF41DA; }
span { border-color: rgb(207,65,218); }
td.TdClassName
{
border-color: #CF41DA;
}
.TagClassName
{
border-color: #CF41DA;
}
</style>