Shades of Orchid #CF7CCB
Tints of Orchid #CF7CCB
RGB
CMYK
RGB Variations
Color information
#CF7CCB (or 0xCF7CCB) is known color: Orchid. HEX triplet: CF, 7C and CB. RGB value is (207,124,203). Sum of RGB (Red+Green+Blue) = 207+124+203=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CCB is #308334. Grayscale: #9D9D9D. Windows color (decimal): -3179317 or 13335759. OLE color: 13335759.
HSL color Cylindrical-coordinate representation of color #CF7CCB: hue angle of 302.89º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7CCB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 203 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.19 |
| HSL | 302.89º | 0.46% | 0.65% | - |
| HSV(B) | 302.89º | 0.4% | 0.81% | - |
| XYZ | 43.72 | 31.99 | 60.37 | - |
| YUV | 157.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 203 | 0 | 0.40 | 0.02 | 0.19 | 302.89 | 0.46 | 0.65 |
| Hex | CF | 7C | CB | 0 | 28 | 2 | 13 | 12F | 2E | 41 |
| Octal | 317 | 174 | 313 | 0 | 50 | 2 | 23 | 457 | 56 | 101 |
| Binary | 11001111 | 1111100 | 11001011 | 0 | 101000 | 10 | 10011 | 100101111 | 101110 | 1000001 |
Color Harmonies of #CF7CCB
Complementary color
Monochromatic Colors of #CF7CCB
Black with #CF7CCB
Text Example
Text Example
White with #CF7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CCB; }
p { color: rgb(207,124,203); }
H1.HeaderClassName
{
color: #CF7CCB;
}
.AnyTagClassName
{
color: #CF7CCB;
}
</style>
background-color css
<style>
a { background-color: #CF7CCB; }
a { background-color: rgb(207,124,203); }
div.DivClassName
{
background-color: #CF7CCB;
}
.BgClassName
{
background-color: #CF7CCB;
}
</style>
border-color css
<style>
span { border-color: #CF7CCB; }
span { border-color: rgb(207,124,203); }
td.TdClassName
{
border-color: #CF7CCB;
}
.TagClassName
{
border-color: #CF7CCB;
}
</style>