Shades of Orchid #CF76DA
Tints of Orchid #CF76DA
RGB
CMYK
RGB Variations
Color information
#CF76DA (or 0xCF76DA) is known color: Orchid. HEX triplet: CF, 76 and DA. RGB value is (207,118,218). Sum of RGB (Red+Green+Blue) = 207+118+218=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DA is #308925. Grayscale: #9B9B9B. Windows color (decimal): -3180838 or 14317263. OLE color: 14317263.
HSL color Cylindrical-coordinate representation of color #CF76DA: hue angle of 293.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF76DA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 118 | 218 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.15 |
| HSL | 293.4º | 0.57% | 0.66% | - |
| HSV(B) | 293.4º | 0.46% | 0.85% | - |
| XYZ | 44.87 | 31.28 | 70 | - |
| YUV | 156.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 218 | 0.05 | 0.46 | 0 | 0.15 | 293.4 | 0.57 | 0.66 |
| Hex | CF | 76 | DA | 5 | 2E | 0 | F | 125 | 39 | 42 |
| Octal | 317 | 166 | 332 | 5 | 56 | 0 | 17 | 445 | 71 | 102 |
| Binary | 11001111 | 1110110 | 11011010 | 101 | 101110 | 0 | 1111 | 100100101 | 111001 | 1000010 |
Color Harmonies of #CF76DA
Complementary color
Monochromatic Colors of #CF76DA
Black with #CF76DA
Text Example
Text Example
White with #CF76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76DA; }
p { color: rgb(207,118,218); }
H1.HeaderClassName
{
color: #CF76DA;
}
.AnyTagClassName
{
color: #CF76DA;
}
</style>
background-color css
<style>
a { background-color: #CF76DA; }
a { background-color: rgb(207,118,218); }
div.DivClassName
{
background-color: #CF76DA;
}
.BgClassName
{
background-color: #CF76DA;
}
</style>
border-color css
<style>
span { border-color: #CF76DA; }
span { border-color: rgb(207,118,218); }
td.TdClassName
{
border-color: #CF76DA;
}
.TagClassName
{
border-color: #CF76DA;
}
</style>