Shades of Orchid #CF7BCB
Tints of Orchid #CF7BCB
RGB
CMYK
RGB Variations
Color information
#CF7BCB (or 0xCF7BCB) is known color: Orchid. HEX triplet: CF, 7B and CB. RGB value is (207,123,203). Sum of RGB (Red+Green+Blue) = 207+123+203=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BCB is #308434. Grayscale: #9D9D9D. Windows color (decimal): -3179573 or 13335503. OLE color: 13335503.
HSL color Cylindrical-coordinate representation of color #CF7BCB: hue angle of 302.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BCB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 203 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.19 |
| HSL | 302.86º | 0.47% | 0.65% | - |
| HSV(B) | 302.86º | 0.41% | 0.81% | - |
| XYZ | 43.59 | 31.74 | 60.33 | - |
| YUV | 157.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 203 | 0 | 0.41 | 0.02 | 0.19 | 302.86 | 0.47 | 0.65 |
| Hex | CF | 7B | CB | 0 | 29 | 2 | 13 | 12F | 2F | 41 |
| Octal | 317 | 173 | 313 | 0 | 51 | 2 | 23 | 457 | 57 | 101 |
| Binary | 11001111 | 1111011 | 11001011 | 0 | 101001 | 10 | 10011 | 100101111 | 101111 | 1000001 |
Color Harmonies of #CF7BCB
Complementary color
Monochromatic Colors of #CF7BCB
Black with #CF7BCB
Text Example
Text Example
White with #CF7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BCB; }
p { color: rgb(207,123,203); }
H1.HeaderClassName
{
color: #CF7BCB;
}
.AnyTagClassName
{
color: #CF7BCB;
}
</style>
background-color css
<style>
a { background-color: #CF7BCB; }
a { background-color: rgb(207,123,203); }
div.DivClassName
{
background-color: #CF7BCB;
}
.BgClassName
{
background-color: #CF7BCB;
}
</style>
border-color css
<style>
span { border-color: #CF7BCB; }
span { border-color: rgb(207,123,203); }
td.TdClassName
{
border-color: #CF7BCB;
}
.TagClassName
{
border-color: #CF7BCB;
}
</style>