Shades of Orchid #CF85D8
Tints of Orchid #CF85D8
RGB
CMYK
RGB Variations
Color information
#CF85D8 (or 0xCF85D8) is known color: Orchid. HEX triplet: CF, 85 and D8. RGB value is (207,133,216). Sum of RGB (Red+Green+Blue) = 207+133+216=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85D8 is #307A27. Grayscale: #A4A4A4. Windows color (decimal): -3177000 or 14190031. OLE color: 14190031.
HSL color Cylindrical-coordinate representation of color #CF85D8: hue angle of 293.49º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF85D8 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 133 | 216 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.15 |
| HSL | 293.49º | 0.52% | 0.68% | - |
| HSV(B) | 293.49º | 0.38% | 0.85% | - |
| XYZ | 46.51 | 35 | 69.27 | - |
| YUV | 164.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 216 | 0.04 | 0.38 | 0 | 0.15 | 293.49 | 0.52 | 0.68 |
| Hex | CF | 85 | D8 | 4 | 26 | 0 | F | 125 | 34 | 44 |
| Octal | 317 | 205 | 330 | 4 | 46 | 0 | 17 | 445 | 64 | 104 |
| Binary | 11001111 | 10000101 | 11011000 | 100 | 100110 | 0 | 1111 | 100100101 | 110100 | 1000100 |
Color Harmonies of #CF85D8
Complementary color
Monochromatic Colors of #CF85D8
Black with #CF85D8
Text Example
Text Example
White with #CF85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85D8; }
p { color: rgb(207,133,216); }
H1.HeaderClassName
{
color: #CF85D8;
}
.AnyTagClassName
{
color: #CF85D8;
}
</style>
background-color css
<style>
a { background-color: #CF85D8; }
a { background-color: rgb(207,133,216); }
div.DivClassName
{
background-color: #CF85D8;
}
.BgClassName
{
background-color: #CF85D8;
}
</style>
border-color css
<style>
span { border-color: #CF85D8; }
span { border-color: rgb(207,133,216); }
td.TdClassName
{
border-color: #CF85D8;
}
.TagClassName
{
border-color: #CF85D8;
}
</style>