Shades of Orchid #CF87D3
Tints of Orchid #CF87D3
RGB
CMYK
RGB Variations
Color information
#CF87D3 (or 0xCF87D3) is known color: Orchid. HEX triplet: CF, 87 and D3. RGB value is (207,135,211). Sum of RGB (Red+Green+Blue) = 207+135+211=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87D3 is #30782C. Grayscale: #A4A4A4. Windows color (decimal): -3176493 or 13862863. OLE color: 13862863.
HSL color Cylindrical-coordinate representation of color #CF87D3: hue angle of 296.84º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF87D3 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 135 | 211 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.17 |
| HSL | 296.84º | 0.46% | 0.68% | - |
| HSV(B) | 296.84º | 0.36% | 0.83% | - |
| XYZ | 46.15 | 35.3 | 66.01 | - |
| YUV | 165.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 211 | 0.02 | 0.36 | 0 | 0.17 | 296.84 | 0.46 | 0.68 |
| Hex | CF | 87 | D3 | 2 | 24 | 0 | 11 | 129 | 2E | 44 |
| Octal | 317 | 207 | 323 | 2 | 44 | 0 | 21 | 451 | 56 | 104 |
| Binary | 11001111 | 10000111 | 11010011 | 10 | 100100 | 0 | 10001 | 100101001 | 101110 | 1000100 |
Color Harmonies of #CF87D3
Complementary color
Monochromatic Colors of #CF87D3
Black with #CF87D3
Text Example
Text Example
White with #CF87D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87D3; }
p { color: rgb(207,135,211); }
H1.HeaderClassName
{
color: #CF87D3;
}
.AnyTagClassName
{
color: #CF87D3;
}
</style>
background-color css
<style>
a { background-color: #CF87D3; }
a { background-color: rgb(207,135,211); }
div.DivClassName
{
background-color: #CF87D3;
}
.BgClassName
{
background-color: #CF87D3;
}
</style>
border-color css
<style>
span { border-color: #CF87D3; }
span { border-color: rgb(207,135,211); }
td.TdClassName
{
border-color: #CF87D3;
}
.TagClassName
{
border-color: #CF87D3;
}
</style>