Shades of Medium Orchid #CF57DA
Tints of Medium Orchid #CF57DA
RGB
CMYK
RGB Variations
Color information
#CF57DA (or 0xCF57DA) is known color: Medium Orchid. HEX triplet: CF, 57 and DA. RGB value is (207,87,218). Sum of RGB (Red+Green+Blue) = 207+87+218=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF57DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57DA is #30A825. Grayscale: #898989. Windows color (decimal): -3188774 or 14309327. OLE color: 14309327.
HSL color Cylindrical-coordinate representation of color #CF57DA: hue angle of 294.96º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF57DA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 87 | 218 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.15 |
| HSL | 294.96º | 0.64% | 0.6% | - |
| HSV(B) | 294.96º | 0.6% | 0.85% | - |
| XYZ | 41.8 | 25.14 | 68.98 | - |
| YUV | 137.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 218 | 0.05 | 0.60 | 0 | 0.15 | 294.96 | 0.64 | 0.6 |
| Hex | CF | 57 | DA | 5 | 3C | 0 | F | 127 | 40 | 3C |
| Octal | 317 | 127 | 332 | 5 | 74 | 0 | 17 | 447 | 100 | 74 |
| Binary | 11001111 | 1010111 | 11011010 | 101 | 111100 | 0 | 1111 | 100100111 | 1000000 | 111100 |
Color Harmonies of #CF57DA
Complementary color
Monochromatic Colors of #CF57DA
Black with #CF57DA
Text Example
Text Example
White with #CF57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57DA; }
p { color: rgb(207,87,218); }
H1.HeaderClassName
{
color: #CF57DA;
}
.AnyTagClassName
{
color: #CF57DA;
}
</style>
background-color css
<style>
a { background-color: #CF57DA; }
a { background-color: rgb(207,87,218); }
div.DivClassName
{
background-color: #CF57DA;
}
.BgClassName
{
background-color: #CF57DA;
}
</style>
border-color css
<style>
span { border-color: #CF57DA; }
span { border-color: rgb(207,87,218); }
td.TdClassName
{
border-color: #CF57DA;
}
.TagClassName
{
border-color: #CF57DA;
}
</style>