Shades of Orchid #CF7DDA
Tints of Orchid #CF7DDA
RGB
CMYK
RGB Variations
Color information
#CF7DDA (or 0xCF7DDA) is known color: Orchid. HEX triplet: CF, 7D and DA. RGB value is (207,125,218). Sum of RGB (Red+Green+Blue) = 207+125+218=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DDA is #308225. Grayscale: #9F9F9F. Windows color (decimal): -3179046 or 14319055. OLE color: 14319055.
HSL color Cylindrical-coordinate representation of color #CF7DDA: hue angle of 292.9º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7DDA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 125 | 218 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.15 |
| HSL | 292.9º | 0.56% | 0.67% | - |
| HSV(B) | 292.9º | 0.43% | 0.85% | - |
| XYZ | 45.72 | 32.99 | 70.29 | - |
| YUV | 160.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 218 | 0.05 | 0.43 | 0 | 0.15 | 292.9 | 0.56 | 0.67 |
| Hex | CF | 7D | DA | 5 | 2B | 0 | F | 125 | 38 | 43 |
| Octal | 317 | 175 | 332 | 5 | 53 | 0 | 17 | 445 | 70 | 103 |
| Binary | 11001111 | 1111101 | 11011010 | 101 | 101011 | 0 | 1111 | 100100101 | 111000 | 1000011 |
Color Harmonies of #CF7DDA
Complementary color
Monochromatic Colors of #CF7DDA
Black with #CF7DDA
Text Example
Text Example
White with #CF7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DDA; }
p { color: rgb(207,125,218); }
H1.HeaderClassName
{
color: #CF7DDA;
}
.AnyTagClassName
{
color: #CF7DDA;
}
</style>
background-color css
<style>
a { background-color: #CF7DDA; }
a { background-color: rgb(207,125,218); }
div.DivClassName
{
background-color: #CF7DDA;
}
.BgClassName
{
background-color: #CF7DDA;
}
</style>
border-color css
<style>
span { border-color: #CF7DDA; }
span { border-color: rgb(207,125,218); }
td.TdClassName
{
border-color: #CF7DDA;
}
.TagClassName
{
border-color: #CF7DDA;
}
</style>