Shades of Orchid #CF85C6
Tints of Orchid #CF85C6
RGB
CMYK
RGB Variations
Color information
#CF85C6 (or 0xCF85C6) is known color: Orchid. HEX triplet: CF, 85 and C6. RGB value is (207,133,198). Sum of RGB (Red+Green+Blue) = 207+133+198=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85C6 is #307A39. Grayscale: #A2A2A2. Windows color (decimal): -3177018 or 13010383. OLE color: 13010383.
HSL color Cylindrical-coordinate representation of color #CF85C6: hue angle of 307.3º 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 #CF85C6 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 198 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.19 |
| HSL | 307.3º | 0.44% | 0.67% | - |
| HSV(B) | 307.3º | 0.36% | 0.81% | - |
| XYZ | 44.31 | 34.12 | 57.68 | - |
| YUV | 162.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 198 | 0 | 0.36 | 0.04 | 0.19 | 307.3 | 0.44 | 0.67 |
| Hex | CF | 85 | C6 | 0 | 24 | 4 | 13 | 133 | 2C | 43 |
| Octal | 317 | 205 | 306 | 0 | 44 | 4 | 23 | 463 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11000110 | 0 | 100100 | 100 | 10011 | 100110011 | 101100 | 1000011 |
Color Harmonies of #CF85C6
Complementary color
Monochromatic Colors of #CF85C6
Black with #CF85C6
Text Example
Text Example
White with #CF85C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85C6; }
p { color: rgb(207,133,198); }
H1.HeaderClassName
{
color: #CF85C6;
}
.AnyTagClassName
{
color: #CF85C6;
}
</style>
background-color css
<style>
a { background-color: #CF85C6; }
a { background-color: rgb(207,133,198); }
div.DivClassName
{
background-color: #CF85C6;
}
.BgClassName
{
background-color: #CF85C6;
}
</style>
border-color css
<style>
span { border-color: #CF85C6; }
span { border-color: rgb(207,133,198); }
td.TdClassName
{
border-color: #CF85C6;
}
.TagClassName
{
border-color: #CF85C6;
}
</style>