Shades of Orchid #CF79D5
Tints of Orchid #CF79D5
RGB
CMYK
RGB Variations
Color information
#CF79D5 (or 0xCF79D5) is known color: Orchid. HEX triplet: CF, 79 and D5. RGB value is (207,121,213). Sum of RGB (Red+Green+Blue) = 207+121+213=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79D5 is #30862A. Grayscale: #9C9C9C. Windows color (decimal): -3180075 or 13990351. OLE color: 13990351.
HSL color Cylindrical-coordinate representation of color #CF79D5: hue angle of 296.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF79D5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 121 | 213 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.16 |
| HSL | 296.09º | 0.52% | 0.65% | - |
| HSV(B) | 296.09º | 0.43% | 0.84% | - |
| XYZ | 44.58 | 31.74 | 66.73 | - |
| YUV | 157.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 213 | 0.03 | 0.43 | 0 | 0.16 | 296.09 | 0.52 | 0.65 |
| Hex | CF | 79 | D5 | 3 | 2B | 0 | 10 | 128 | 34 | 41 |
| Octal | 317 | 171 | 325 | 3 | 53 | 0 | 20 | 450 | 64 | 101 |
| Binary | 11001111 | 1111001 | 11010101 | 11 | 101011 | 0 | 10000 | 100101000 | 110100 | 1000001 |
Color Harmonies of #CF79D5
Complementary color
Monochromatic Colors of #CF79D5
Black with #CF79D5
Text Example
Text Example
White with #CF79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79D5; }
p { color: rgb(207,121,213); }
H1.HeaderClassName
{
color: #CF79D5;
}
.AnyTagClassName
{
color: #CF79D5;
}
</style>
background-color css
<style>
a { background-color: #CF79D5; }
a { background-color: rgb(207,121,213); }
div.DivClassName
{
background-color: #CF79D5;
}
.BgClassName
{
background-color: #CF79D5;
}
</style>
border-color css
<style>
span { border-color: #CF79D5; }
span { border-color: rgb(207,121,213); }
td.TdClassName
{
border-color: #CF79D5;
}
.TagClassName
{
border-color: #CF79D5;
}
</style>