Shades of Orchid #CF85CA
Tints of Orchid #CF85CA
RGB
CMYK
RGB Variations
Color information
#CF85CA (or 0xCF85CA) is known color: Orchid. HEX triplet: CF, 85 and CA. RGB value is (207,133,202). Sum of RGB (Red+Green+Blue) = 207+133+202=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85CA is #307A35. Grayscale: #A2A2A2. Windows color (decimal): -3177014 or 13272527. OLE color: 13272527.
HSL color Cylindrical-coordinate representation of color #CF85CA: hue angle of 304.05º 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 #CF85CA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 202 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.19 |
| HSL | 304.05º | 0.44% | 0.67% | - |
| HSV(B) | 304.05º | 0.36% | 0.81% | - |
| XYZ | 44.78 | 34.3 | 60.14 | - |
| YUV | 162.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 202 | 0 | 0.36 | 0.02 | 0.19 | 304.05 | 0.44 | 0.67 |
| Hex | CF | 85 | CA | 0 | 24 | 2 | 13 | 130 | 2C | 43 |
| Octal | 317 | 205 | 312 | 0 | 44 | 2 | 23 | 460 | 54 | 103 |
| Binary | 11001111 | 10000101 | 11001010 | 0 | 100100 | 10 | 10011 | 100110000 | 101100 | 1000011 |
Color Harmonies of #CF85CA
Complementary color
Monochromatic Colors of #CF85CA
Black with #CF85CA
Text Example
Text Example
White with #CF85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85CA; }
p { color: rgb(207,133,202); }
H1.HeaderClassName
{
color: #CF85CA;
}
.AnyTagClassName
{
color: #CF85CA;
}
</style>
background-color css
<style>
a { background-color: #CF85CA; }
a { background-color: rgb(207,133,202); }
div.DivClassName
{
background-color: #CF85CA;
}
.BgClassName
{
background-color: #CF85CA;
}
</style>
border-color css
<style>
span { border-color: #CF85CA; }
span { border-color: rgb(207,133,202); }
td.TdClassName
{
border-color: #CF85CA;
}
.TagClassName
{
border-color: #CF85CA;
}
</style>