Shades of Orchid #CF85CF
Tints of Orchid #CF85CF
RGB
CMYK
RGB Variations
Color information
#CF85CF (or 0xCF85CF) is known color: Orchid. HEX triplet: CF, 85 and CF. RGB value is (207,133,207). Sum of RGB (Red+Green+Blue) = 207+133+207=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CF is #307A30. Grayscale: #A3A3A3. Windows color (decimal): -3177009 or 13600207. OLE color: 13600207.
HSL color Cylindrical-coordinate representation of color #CF85CF: hue angle of 300º 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 #CF85CF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 207 | - |
| CMYK | 0 | 0.36 | 0 | 0.19 |
| HSL | 300º | 0.44% | 0.67% | - |
| HSV(B) | 300º | 0.36% | 0.81% | - |
| XYZ | 45.38 | 34.55 | 63.31 | - |
| YUV | 163.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 207 | 0 | 0.36 | 0 | 0.19 | 300 | 0.44 | 0.67 |
| Hex | CF | 85 | CF | 0 | 24 | 0 | 13 | 12C | 2C | 43 |
| Octal | 317 | 205 | 317 | 0 | 44 | 0 | 23 | 454 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11001111 | 0 | 100100 | 0 | 10011 | 100101100 | 101100 | 1000011 |
Color Harmonies of #CF85CF
Complementary color
Monochromatic Colors of #CF85CF
Black with #CF85CF
Text Example
Text Example
White with #CF85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85CF; }
p { color: rgb(207,133,207); }
H1.HeaderClassName
{
color: #CF85CF;
}
.AnyTagClassName
{
color: #CF85CF;
}
</style>
background-color css
<style>
a { background-color: #CF85CF; }
a { background-color: rgb(207,133,207); }
div.DivClassName
{
background-color: #CF85CF;
}
.BgClassName
{
background-color: #CF85CF;
}
</style>
border-color css
<style>
span { border-color: #CF85CF; }
span { border-color: rgb(207,133,207); }
td.TdClassName
{
border-color: #CF85CF;
}
.TagClassName
{
border-color: #CF85CF;
}
</style>