Shades of Orchid #CF86CA
Tints of Orchid #CF86CA
RGB
CMYK
RGB Variations
Color information
#CF86CA (or 0xCF86CA) is known color: Orchid. HEX triplet: CF, 86 and CA. RGB value is (207,134,202). Sum of RGB (Red+Green+Blue) = 207+134+202=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86CA is #307935. Grayscale: #A3A3A3. Windows color (decimal): -3176758 or 13272783. OLE color: 13272783.
HSL color Cylindrical-coordinate representation of color #CF86CA: hue angle of 304.11º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF86CA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 202 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.19 |
| HSL | 304.11º | 0.43% | 0.67% | - |
| HSV(B) | 304.11º | 0.35% | 0.81% | - |
| XYZ | 44.92 | 34.58 | 60.18 | - |
| YUV | 163.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 202 | 0 | 0.35 | 0.02 | 0.19 | 304.11 | 0.43 | 0.67 |
| Hex | CF | 86 | CA | 0 | 23 | 2 | 13 | 130 | 2B | 43 |
| Octal | 317 | 206 | 312 | 0 | 43 | 2 | 23 | 460 | 53 | 103 |
| Binary | 11001111 | 10000110 | 11001010 | 0 | 100011 | 10 | 10011 | 100110000 | 101011 | 1000011 |
Color Harmonies of #CF86CA
Complementary color
Monochromatic Colors of #CF86CA
Black with #CF86CA
Text Example
Text Example
White with #CF86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86CA; }
p { color: rgb(207,134,202); }
H1.HeaderClassName
{
color: #CF86CA;
}
.AnyTagClassName
{
color: #CF86CA;
}
</style>
background-color css
<style>
a { background-color: #CF86CA; }
a { background-color: rgb(207,134,202); }
div.DivClassName
{
background-color: #CF86CA;
}
.BgClassName
{
background-color: #CF86CA;
}
</style>
border-color css
<style>
span { border-color: #CF86CA; }
span { border-color: rgb(207,134,202); }
td.TdClassName
{
border-color: #CF86CA;
}
.TagClassName
{
border-color: #CF86CA;
}
</style>