Shades of Orchid #CF86D6
Tints of Orchid #CF86D6
RGB
CMYK
RGB Variations
Color information
#CF86D6 (or 0xCF86D6) is known color: Orchid. HEX triplet: CF, 86 and D6. RGB value is (207,134,214). Sum of RGB (Red+Green+Blue) = 207+134+214=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86D6 is #307929. Grayscale: #A4A4A4. Windows color (decimal): -3176746 or 14059215. OLE color: 14059215.
HSL color Cylindrical-coordinate representation of color #CF86D6: hue angle of 294.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF86D6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 134 | 214 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.16 |
| HSL | 294.75º | 0.49% | 0.68% | - |
| HSV(B) | 294.75º | 0.37% | 0.84% | - |
| XYZ | 46.39 | 35.17 | 67.96 | - |
| YUV | 164.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 214 | 0.03 | 0.37 | 0 | 0.16 | 294.75 | 0.49 | 0.68 |
| Hex | CF | 86 | D6 | 3 | 25 | 0 | 10 | 127 | 31 | 44 |
| Octal | 317 | 206 | 326 | 3 | 45 | 0 | 20 | 447 | 61 | 104 |
| Binary | 11001111 | 10000110 | 11010110 | 11 | 100101 | 0 | 10000 | 100100111 | 110001 | 1000100 |
Color Harmonies of #CF86D6
Complementary color
Monochromatic Colors of #CF86D6
Black with #CF86D6
Text Example
Text Example
White with #CF86D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86D6; }
p { color: rgb(207,134,214); }
H1.HeaderClassName
{
color: #CF86D6;
}
.AnyTagClassName
{
color: #CF86D6;
}
</style>
background-color css
<style>
a { background-color: #CF86D6; }
a { background-color: rgb(207,134,214); }
div.DivClassName
{
background-color: #CF86D6;
}
.BgClassName
{
background-color: #CF86D6;
}
</style>
border-color css
<style>
span { border-color: #CF86D6; }
span { border-color: rgb(207,134,214); }
td.TdClassName
{
border-color: #CF86D6;
}
.TagClassName
{
border-color: #CF86D6;
}
</style>