Shades of Orchid #CF86CB
Tints of Orchid #CF86CB
RGB
CMYK
RGB Variations
Color information
#CF86CB (or 0xCF86CB) is known color: Orchid. HEX triplet: CF, 86 and CB. RGB value is (207,134,203). Sum of RGB (Red+Green+Blue) = 207+134+203=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86CB is #307934. Grayscale: #A3A3A3. Windows color (decimal): -3176757 or 13338319. OLE color: 13338319.
HSL color Cylindrical-coordinate representation of color #CF86CB: hue angle of 303.29º 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 #CF86CB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 203 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.19 |
| HSL | 303.29º | 0.43% | 0.67% | - |
| HSV(B) | 303.29º | 0.35% | 0.81% | - |
| XYZ | 45.04 | 34.63 | 60.81 | - |
| YUV | 163.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 203 | 0 | 0.35 | 0.02 | 0.19 | 303.29 | 0.43 | 0.67 |
| Hex | CF | 86 | CB | 0 | 23 | 2 | 13 | 12F | 2B | 43 |
| Octal | 317 | 206 | 313 | 0 | 43 | 2 | 23 | 457 | 53 | 103 |
| Binary | 11001111 | 10000110 | 11001011 | 0 | 100011 | 10 | 10011 | 100101111 | 101011 | 1000011 |
Color Harmonies of #CF86CB
Complementary color
Monochromatic Colors of #CF86CB
Black with #CF86CB
Text Example
Text Example
White with #CF86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86CB; }
p { color: rgb(207,134,203); }
H1.HeaderClassName
{
color: #CF86CB;
}
.AnyTagClassName
{
color: #CF86CB;
}
</style>
background-color css
<style>
a { background-color: #CF86CB; }
a { background-color: rgb(207,134,203); }
div.DivClassName
{
background-color: #CF86CB;
}
.BgClassName
{
background-color: #CF86CB;
}
</style>
border-color css
<style>
span { border-color: #CF86CB; }
span { border-color: rgb(207,134,203); }
td.TdClassName
{
border-color: #CF86CB;
}
.TagClassName
{
border-color: #CF86CB;
}
</style>