Shades of Orchid #CF5EDD
Tints of Orchid #CF5EDD
RGB
CMYK
RGB Variations
Color information
#CF5EDD (or 0xCF5EDD) is known color: Orchid. HEX triplet: CF, 5E and DD. RGB value is (207,94,221). Sum of RGB (Red+Green+Blue) = 207+94+221=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EDD is #30A122. Grayscale: #8D8D8D. Windows color (decimal): -3186979 or 14507727. OLE color: 14507727.
HSL color Cylindrical-coordinate representation of color #CF5EDD: hue angle of 293.39º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5EDD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 94 | 221 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.13 |
| HSL | 293.39º | 0.65% | 0.62% | - |
| HSV(B) | 293.39º | 0.57% | 0.87% | - |
| XYZ | 42.79 | 26.49 | 71.26 | - |
| YUV | 142.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 221 | 0.06 | 0.57 | 0 | 0.13 | 293.39 | 0.65 | 0.62 |
| Hex | CF | 5E | DD | 6 | 39 | 0 | D | 125 | 41 | 3E |
| Octal | 317 | 136 | 335 | 6 | 71 | 0 | 15 | 445 | 101 | 76 |
| Binary | 11001111 | 1011110 | 11011101 | 110 | 111001 | 0 | 1101 | 100100101 | 1000001 | 111110 |
Color Harmonies of #CF5EDD
Complementary color
Monochromatic Colors of #CF5EDD
Black with #CF5EDD
Text Example
Text Example
White with #CF5EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EDD; }
p { color: rgb(207,94,221); }
H1.HeaderClassName
{
color: #CF5EDD;
}
.AnyTagClassName
{
color: #CF5EDD;
}
</style>
background-color css
<style>
a { background-color: #CF5EDD; }
a { background-color: rgb(207,94,221); }
div.DivClassName
{
background-color: #CF5EDD;
}
.BgClassName
{
background-color: #CF5EDD;
}
</style>
border-color css
<style>
span { border-color: #CF5EDD; }
span { border-color: rgb(207,94,221); }
td.TdClassName
{
border-color: #CF5EDD;
}
.TagClassName
{
border-color: #CF5EDD;
}
</style>