Shades of Orchid #CF7DDC
Tints of Orchid #CF7DDC
RGB
CMYK
RGB Variations
Color information
#CF7DDC (or 0xCF7DDC) is known color: Orchid. HEX triplet: CF, 7D and DC. RGB value is (207,125,220). Sum of RGB (Red+Green+Blue) = 207+125+220=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DDC is #308223. Grayscale: #A0A0A0. Windows color (decimal): -3179044 or 14450127. OLE color: 14450127.
HSL color Cylindrical-coordinate representation of color #CF7DDC: hue angle of 291.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7DDC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 125 | 220 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.14 |
| HSL | 291.79º | 0.58% | 0.68% | - |
| HSV(B) | 291.79º | 0.43% | 0.86% | - |
| XYZ | 45.98 | 33.1 | 71.68 | - |
| YUV | 160.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 220 | 0.06 | 0.43 | 0 | 0.14 | 291.79 | 0.58 | 0.68 |
| Hex | CF | 7D | DC | 6 | 2B | 0 | E | 124 | 3A | 44 |
| Octal | 317 | 175 | 334 | 6 | 53 | 0 | 16 | 444 | 72 | 104 |
| Binary | 11001111 | 1111101 | 11011100 | 110 | 101011 | 0 | 1110 | 100100100 | 111010 | 1000100 |
Color Harmonies of #CF7DDC
Complementary color
Monochromatic Colors of #CF7DDC
Black with #CF7DDC
Text Example
Text Example
White with #CF7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DDC; }
p { color: rgb(207,125,220); }
H1.HeaderClassName
{
color: #CF7DDC;
}
.AnyTagClassName
{
color: #CF7DDC;
}
</style>
background-color css
<style>
a { background-color: #CF7DDC; }
a { background-color: rgb(207,125,220); }
div.DivClassName
{
background-color: #CF7DDC;
}
.BgClassName
{
background-color: #CF7DDC;
}
</style>
border-color css
<style>
span { border-color: #CF7DDC; }
span { border-color: rgb(207,125,220); }
td.TdClassName
{
border-color: #CF7DDC;
}
.TagClassName
{
border-color: #CF7DDC;
}
</style>