Shades of Orchid #CF7ED6
Tints of Orchid #CF7ED6
RGB
CMYK
RGB Variations
Color information
#CF7ED6 (or 0xCF7ED6) is known color: Orchid. HEX triplet: CF, 7E and D6. RGB value is (207,126,214). Sum of RGB (Red+Green+Blue) = 207+126+214=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ED6 is #308129. Grayscale: #9F9F9F. Windows color (decimal): -3178794 or 14057167. OLE color: 14057167.
HSL color Cylindrical-coordinate representation of color #CF7ED6: hue angle of 295.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7ED6 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 126 | 214 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.16 |
| HSL | 295.23º | 0.52% | 0.67% | - |
| HSV(B) | 295.23º | 0.41% | 0.84% | - |
| XYZ | 45.33 | 33.04 | 67.61 | - |
| YUV | 160.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 214 | 0.03 | 0.41 | 0 | 0.16 | 295.23 | 0.52 | 0.67 |
| Hex | CF | 7E | D6 | 3 | 29 | 0 | 10 | 127 | 34 | 43 |
| Octal | 317 | 176 | 326 | 3 | 51 | 0 | 20 | 447 | 64 | 103 |
| Binary | 11001111 | 1111110 | 11010110 | 11 | 101001 | 0 | 10000 | 100100111 | 110100 | 1000011 |
Color Harmonies of #CF7ED6
Complementary color
Monochromatic Colors of #CF7ED6
Black with #CF7ED6
Text Example
Text Example
White with #CF7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ED6; }
p { color: rgb(207,126,214); }
H1.HeaderClassName
{
color: #CF7ED6;
}
.AnyTagClassName
{
color: #CF7ED6;
}
</style>
background-color css
<style>
a { background-color: #CF7ED6; }
a { background-color: rgb(207,126,214); }
div.DivClassName
{
background-color: #CF7ED6;
}
.BgClassName
{
background-color: #CF7ED6;
}
</style>
border-color css
<style>
span { border-color: #CF7ED6; }
span { border-color: rgb(207,126,214); }
td.TdClassName
{
border-color: #CF7ED6;
}
.TagClassName
{
border-color: #CF7ED6;
}
</style>