Shades of Orchid #CF85D6
Tints of Orchid #CF85D6
RGB
CMYK
RGB Variations
Color information
#CF85D6 (or 0xCF85D6) is known color: Orchid. HEX triplet: CF, 85 and D6. RGB value is (207,133,214). Sum of RGB (Red+Green+Blue) = 207+133+214=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85D6 is #307A29. Grayscale: #A4A4A4. Windows color (decimal): -3177002 or 14058959. OLE color: 14058959.
HSL color Cylindrical-coordinate representation of color #CF85D6: hue angle of 294.81º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF85D6 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 133 | 214 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.16 |
| HSL | 294.81º | 0.5% | 0.68% | - |
| HSV(B) | 294.81º | 0.38% | 0.84% | - |
| XYZ | 46.26 | 34.9 | 67.92 | - |
| YUV | 164.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 214 | 0.03 | 0.38 | 0 | 0.16 | 294.81 | 0.5 | 0.68 |
| Hex | CF | 85 | D6 | 3 | 26 | 0 | 10 | 127 | 32 | 44 |
| Octal | 317 | 205 | 326 | 3 | 46 | 0 | 20 | 447 | 62 | 104 |
| Binary | 11001111 | 10000101 | 11010110 | 11 | 100110 | 0 | 10000 | 100100111 | 110010 | 1000100 |
Color Harmonies of #CF85D6
Complementary color
Monochromatic Colors of #CF85D6
Black with #CF85D6
Text Example
Text Example
White with #CF85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85D6; }
p { color: rgb(207,133,214); }
H1.HeaderClassName
{
color: #CF85D6;
}
.AnyTagClassName
{
color: #CF85D6;
}
</style>
background-color css
<style>
a { background-color: #CF85D6; }
a { background-color: rgb(207,133,214); }
div.DivClassName
{
background-color: #CF85D6;
}
.BgClassName
{
background-color: #CF85D6;
}
</style>
border-color css
<style>
span { border-color: #CF85D6; }
span { border-color: rgb(207,133,214); }
td.TdClassName
{
border-color: #CF85D6;
}
.TagClassName
{
border-color: #CF85D6;
}
</style>