Shades of Orchid #CF75D9
Tints of Orchid #CF75D9
RGB
CMYK
RGB Variations
Color information
#CF75D9 (or 0xCF75D9) is known color: Orchid. HEX triplet: CF, 75 and D9. RGB value is (207,117,217). Sum of RGB (Red+Green+Blue) = 207+117+217=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF75D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D9 is #308A26. Grayscale: #9B9B9B. Windows color (decimal): -3181095 or 14251471. OLE color: 14251471.
HSL color Cylindrical-coordinate representation of color #CF75D9: hue angle of 294º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF75D9 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 117 | 217 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.15 |
| HSL | 294º | 0.57% | 0.65% | - |
| HSV(B) | 294º | 0.46% | 0.85% | - |
| XYZ | 44.62 | 31 | 69.28 | - |
| YUV | 155.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 217 | 0.05 | 0.46 | 0 | 0.15 | 294 | 0.57 | 0.65 |
| Hex | CF | 75 | D9 | 5 | 2E | 0 | F | 126 | 39 | 41 |
| Octal | 317 | 165 | 331 | 5 | 56 | 0 | 17 | 446 | 71 | 101 |
| Binary | 11001111 | 1110101 | 11011001 | 101 | 101110 | 0 | 1111 | 100100110 | 111001 | 1000001 |
Color Harmonies of #CF75D9
Complementary color
Monochromatic Colors of #CF75D9
Black with #CF75D9
Text Example
Text Example
White with #CF75D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75D9; }
p { color: rgb(207,117,217); }
H1.HeaderClassName
{
color: #CF75D9;
}
.AnyTagClassName
{
color: #CF75D9;
}
</style>
background-color css
<style>
a { background-color: #CF75D9; }
a { background-color: rgb(207,117,217); }
div.DivClassName
{
background-color: #CF75D9;
}
.BgClassName
{
background-color: #CF75D9;
}
</style>
border-color css
<style>
span { border-color: #CF75D9; }
span { border-color: rgb(207,117,217); }
td.TdClassName
{
border-color: #CF75D9;
}
.TagClassName
{
border-color: #CF75D9;
}
</style>