Shades of Orchid #CF5EDA
Tints of Orchid #CF5EDA
RGB
CMYK
RGB Variations
Color information
#CF5EDA (or 0xCF5EDA) is known color: Orchid. HEX triplet: CF, 5E and DA. RGB value is (207,94,218). Sum of RGB (Red+Green+Blue) = 207+94+218=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF5EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EDA is #30A125. Grayscale: #8D8D8D. Windows color (decimal): -3186982 or 14311119. OLE color: 14311119.
HSL color Cylindrical-coordinate representation of color #CF5EDA: hue angle of 294.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5EDA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 94 | 218 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.15 |
| HSL | 294.68º | 0.63% | 0.61% | - |
| HSV(B) | 294.68º | 0.57% | 0.85% | - |
| XYZ | 42.39 | 26.33 | 69.18 | - |
| YUV | 141.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 218 | 0.05 | 0.57 | 0 | 0.15 | 294.68 | 0.63 | 0.61 |
| Hex | CF | 5E | DA | 5 | 39 | 0 | F | 127 | 3F | 3D |
| Octal | 317 | 136 | 332 | 5 | 71 | 0 | 17 | 447 | 77 | 75 |
| Binary | 11001111 | 1011110 | 11011010 | 101 | 111001 | 0 | 1111 | 100100111 | 111111 | 111101 |
Color Harmonies of #CF5EDA
Complementary color
Monochromatic Colors of #CF5EDA
Black with #CF5EDA
Text Example
Text Example
White with #CF5EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EDA; }
p { color: rgb(207,94,218); }
H1.HeaderClassName
{
color: #CF5EDA;
}
.AnyTagClassName
{
color: #CF5EDA;
}
</style>
background-color css
<style>
a { background-color: #CF5EDA; }
a { background-color: rgb(207,94,218); }
div.DivClassName
{
background-color: #CF5EDA;
}
.BgClassName
{
background-color: #CF5EDA;
}
</style>
border-color css
<style>
span { border-color: #CF5EDA; }
span { border-color: rgb(207,94,218); }
td.TdClassName
{
border-color: #CF5EDA;
}
.TagClassName
{
border-color: #CF5EDA;
}
</style>