Shades of Orchid #CF5ED8
Tints of Orchid #CF5ED8
RGB
CMYK
RGB Variations
Color information
#CF5ED8 (or 0xCF5ED8) is known color: Orchid. HEX triplet: CF, 5E and D8. RGB value is (207,94,216). Sum of RGB (Red+Green+Blue) = 207+94+216=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF5ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ED8 is #30A127. Grayscale: #8D8D8D. Windows color (decimal): -3186984 or 14180047. OLE color: 14180047.
HSL color Cylindrical-coordinate representation of color #CF5ED8: hue angle of 295.57º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5ED8 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 94 | 216 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.15 |
| HSL | 295.57º | 0.61% | 0.61% | - |
| HSV(B) | 295.57º | 0.56% | 0.85% | - |
| XYZ | 42.13 | 26.23 | 67.81 | - |
| YUV | 141.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 216 | 0.04 | 0.56 | 0 | 0.15 | 295.57 | 0.61 | 0.61 |
| Hex | CF | 5E | D8 | 4 | 38 | 0 | F | 128 | 3D | 3D |
| Octal | 317 | 136 | 330 | 4 | 70 | 0 | 17 | 450 | 75 | 75 |
| Binary | 11001111 | 1011110 | 11011000 | 100 | 111000 | 0 | 1111 | 100101000 | 111101 | 111101 |
Color Harmonies of #CF5ED8
Complementary color
Monochromatic Colors of #CF5ED8
Black with #CF5ED8
Text Example
Text Example
White with #CF5ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ED8; }
p { color: rgb(207,94,216); }
H1.HeaderClassName
{
color: #CF5ED8;
}
.AnyTagClassName
{
color: #CF5ED8;
}
</style>
background-color css
<style>
a { background-color: #CF5ED8; }
a { background-color: rgb(207,94,216); }
div.DivClassName
{
background-color: #CF5ED8;
}
.BgClassName
{
background-color: #CF5ED8;
}
</style>
border-color css
<style>
span { border-color: #CF5ED8; }
span { border-color: rgb(207,94,216); }
td.TdClassName
{
border-color: #CF5ED8;
}
.TagClassName
{
border-color: #CF5ED8;
}
</style>