Shades of Orchid #CF85CD
Tints of Orchid #CF85CD
RGB
CMYK
RGB Variations
Color information
#CF85CD (or 0xCF85CD) is known color: Orchid. HEX triplet: CF, 85 and CD. RGB value is (207,133,205). Sum of RGB (Red+Green+Blue) = 207+133+205=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CD is #307A32. Grayscale: #A3A3A3. Windows color (decimal): -3177011 or 13469135. OLE color: 13469135.
HSL color Cylindrical-coordinate representation of color #CF85CD: hue angle of 301.62º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85CD is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 205 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.19 |
| HSL | 301.62º | 0.44% | 0.67% | - |
| HSV(B) | 301.62º | 0.36% | 0.81% | - |
| XYZ | 45.14 | 34.45 | 62.03 | - |
| YUV | 163.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 205 | 0 | 0.36 | 0.01 | 0.19 | 301.62 | 0.44 | 0.67 |
| Hex | CF | 85 | CD | 0 | 24 | 1 | 13 | 12E | 2C | 43 |
| Octal | 317 | 205 | 315 | 0 | 44 | 1 | 23 | 456 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11001101 | 0 | 100100 | 1 | 10011 | 100101110 | 101100 | 1000011 |
Color Harmonies of #CF85CD
Complementary color
Monochromatic Colors of #CF85CD
Black with #CF85CD
Text Example
Text Example
White with #CF85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85CD; }
p { color: rgb(207,133,205); }
H1.HeaderClassName
{
color: #CF85CD;
}
.AnyTagClassName
{
color: #CF85CD;
}
</style>
background-color css
<style>
a { background-color: #CF85CD; }
a { background-color: rgb(207,133,205); }
div.DivClassName
{
background-color: #CF85CD;
}
.BgClassName
{
background-color: #CF85CD;
}
</style>
border-color css
<style>
span { border-color: #CF85CD; }
span { border-color: rgb(207,133,205); }
td.TdClassName
{
border-color: #CF85CD;
}
.TagClassName
{
border-color: #CF85CD;
}
</style>