Shades of Orchid #CF85CE
Tints of Orchid #CF85CE
RGB
CMYK
RGB Variations
Color information
#CF85CE (or 0xCF85CE) is known color: Orchid. HEX triplet: CF, 85 and CE. RGB value is (207,133,206). Sum of RGB (Red+Green+Blue) = 207+133+206=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CE is #307A31. Grayscale: #A3A3A3. Windows color (decimal): -3177010 or 13534671. OLE color: 13534671.
HSL color Cylindrical-coordinate representation of color #CF85CE: hue angle of 300.81º 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 #CF85CE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 206 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.19 |
| HSL | 300.81º | 0.44% | 0.67% | - |
| HSV(B) | 300.81º | 0.36% | 0.81% | - |
| XYZ | 45.26 | 34.5 | 62.67 | - |
| YUV | 163.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 206 | 0 | 0.36 | 0.00 | 0.19 | 300.81 | 0.44 | 0.67 |
| Hex | CF | 85 | CE | 0 | 24 | 0 | 13 | 12D | 2C | 43 |
| Octal | 317 | 205 | 316 | 0 | 44 | 0 | 23 | 455 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11001110 | 0 | 100100 | 0 | 10011 | 100101101 | 101100 | 1000011 |
Color Harmonies of #CF85CE
Complementary color
Monochromatic Colors of #CF85CE
Black with #CF85CE
Text Example
Text Example
White with #CF85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85CE; }
p { color: rgb(207,133,206); }
H1.HeaderClassName
{
color: #CF85CE;
}
.AnyTagClassName
{
color: #CF85CE;
}
</style>
background-color css
<style>
a { background-color: #CF85CE; }
a { background-color: rgb(207,133,206); }
div.DivClassName
{
background-color: #CF85CE;
}
.BgClassName
{
background-color: #CF85CE;
}
</style>
border-color css
<style>
span { border-color: #CF85CE; }
span { border-color: rgb(207,133,206); }
td.TdClassName
{
border-color: #CF85CE;
}
.TagClassName
{
border-color: #CF85CE;
}
</style>