Shades of Orchid #CF85C1
Tints of Orchid #CF85C1
RGB
CMYK
RGB Variations
Color information
#CF85C1 (or 0xCF85C1) is known color: Orchid. HEX triplet: CF, 85 and C1. RGB value is (207,133,193). Sum of RGB (Red+Green+Blue) = 207+133+193=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85C1 is #307A3E. Grayscale: #A1A1A1. Windows color (decimal): -3177023 or 12682703. OLE color: 12682703.
HSL color Cylindrical-coordinate representation of color #CF85C1: hue angle of 311.35º 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 #CF85C1 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 193 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.19 |
| HSL | 311.35º | 0.44% | 0.67% | - |
| HSV(B) | 311.35º | 0.36% | 0.81% | - |
| XYZ | 43.75 | 33.89 | 54.69 | - |
| YUV | 161.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 193 | 0 | 0.36 | 0.07 | 0.19 | 311.35 | 0.44 | 0.67 |
| Hex | CF | 85 | C1 | 0 | 24 | 7 | 13 | 137 | 2C | 43 |
| Octal | 317 | 205 | 301 | 0 | 44 | 7 | 23 | 467 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11000001 | 0 | 100100 | 111 | 10011 | 100110111 | 101100 | 1000011 |
Color Harmonies of #CF85C1
Complementary color
Monochromatic Colors of #CF85C1
Black with #CF85C1
Text Example
Text Example
White with #CF85C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85C1; }
p { color: rgb(207,133,193); }
H1.HeaderClassName
{
color: #CF85C1;
}
.AnyTagClassName
{
color: #CF85C1;
}
</style>
background-color css
<style>
a { background-color: #CF85C1; }
a { background-color: rgb(207,133,193); }
div.DivClassName
{
background-color: #CF85C1;
}
.BgClassName
{
background-color: #CF85C1;
}
</style>
border-color css
<style>
span { border-color: #CF85C1; }
span { border-color: rgb(207,133,193); }
td.TdClassName
{
border-color: #CF85C1;
}
.TagClassName
{
border-color: #CF85C1;
}
</style>