Shades of Orchid #CF82DD
Tints of Orchid #CF82DD
RGB
CMYK
RGB Variations
Color information
#CF82DD (or 0xCF82DD) is known color: Orchid. HEX triplet: CF, 82 and DD. RGB value is (207,130,221). Sum of RGB (Red+Green+Blue) = 207+130+221=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82DD is #307D22. Grayscale: #A3A3A3. Windows color (decimal): -3177763 or 14516943. OLE color: 14516943.
HSL color Cylindrical-coordinate representation of color #CF82DD: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF82DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 130 | 221 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.13 |
| HSL | 290.77º | 0.57% | 0.69% | - |
| HSV(B) | 290.77º | 0.41% | 0.87% | - |
| XYZ | 46.77 | 34.45 | 72.59 | - |
| YUV | 163.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 221 | 0.06 | 0.41 | 0 | 0.13 | 290.77 | 0.57 | 0.69 |
| Hex | CF | 82 | DD | 6 | 29 | 0 | D | 123 | 39 | 45 |
| Octal | 317 | 202 | 335 | 6 | 51 | 0 | 15 | 443 | 71 | 105 |
| Binary | 11001111 | 10000010 | 11011101 | 110 | 101001 | 0 | 1101 | 100100011 | 111001 | 1000101 |
Color Harmonies of #CF82DD
Complementary color
Monochromatic Colors of #CF82DD
Black with #CF82DD
Text Example
Text Example
White with #CF82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82DD; }
p { color: rgb(207,130,221); }
H1.HeaderClassName
{
color: #CF82DD;
}
.AnyTagClassName
{
color: #CF82DD;
}
</style>
background-color css
<style>
a { background-color: #CF82DD; }
a { background-color: rgb(207,130,221); }
div.DivClassName
{
background-color: #CF82DD;
}
.BgClassName
{
background-color: #CF82DD;
}
</style>
border-color css
<style>
span { border-color: #CF82DD; }
span { border-color: rgb(207,130,221); }
td.TdClassName
{
border-color: #CF82DD;
}
.TagClassName
{
border-color: #CF82DD;
}
</style>