Shades of Orchid #CF85CC
Tints of Orchid #CF85CC
RGB
CMYK
RGB Variations
Color information
#CF85CC (or 0xCF85CC) is known color: Orchid. HEX triplet: CF, 85 and CC. RGB value is (207,133,204). Sum of RGB (Red+Green+Blue) = 207+133+204=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CC is #307A33. Grayscale: #A3A3A3. Windows color (decimal): -3177012 or 13403599. OLE color: 13403599.
HSL color Cylindrical-coordinate representation of color #CF85CC: hue angle of 302.43º 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 #CF85CC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 204 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.19 |
| HSL | 302.43º | 0.44% | 0.67% | - |
| HSV(B) | 302.43º | 0.36% | 0.81% | - |
| XYZ | 45.02 | 34.4 | 61.39 | - |
| YUV | 163.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 204 | 0 | 0.36 | 0.01 | 0.19 | 302.43 | 0.44 | 0.67 |
| Hex | CF | 85 | CC | 0 | 24 | 1 | 13 | 12E | 2C | 43 |
| Octal | 317 | 205 | 314 | 0 | 44 | 1 | 23 | 456 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11001100 | 0 | 100100 | 1 | 10011 | 100101110 | 101100 | 1000011 |
Color Harmonies of #CF85CC
Complementary color
Monochromatic Colors of #CF85CC
Black with #CF85CC
Text Example
Text Example
White with #CF85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85CC; }
p { color: rgb(207,133,204); }
H1.HeaderClassName
{
color: #CF85CC;
}
.AnyTagClassName
{
color: #CF85CC;
}
</style>
background-color css
<style>
a { background-color: #CF85CC; }
a { background-color: rgb(207,133,204); }
div.DivClassName
{
background-color: #CF85CC;
}
.BgClassName
{
background-color: #CF85CC;
}
</style>
border-color css
<style>
span { border-color: #CF85CC; }
span { border-color: rgb(207,133,204); }
td.TdClassName
{
border-color: #CF85CC;
}
.TagClassName
{
border-color: #CF85CC;
}
</style>