Shades of Orchid #CF82CD
Tints of Orchid #CF82CD
RGB
CMYK
RGB Variations
Color information
#CF82CD (or 0xCF82CD) is known color: Orchid. HEX triplet: CF, 82 and CD. RGB value is (207,130,205). Sum of RGB (Red+Green+Blue) = 207+130+205=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82CD is #307D32. Grayscale: #A1A1A1. Windows color (decimal): -3177779 or 13468367. OLE color: 13468367.
HSL color Cylindrical-coordinate representation of color #CF82CD: hue angle of 301.56º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82CD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 205 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.19 |
| HSL | 301.56º | 0.45% | 0.66% | - |
| HSV(B) | 301.56º | 0.37% | 0.81% | - |
| XYZ | 44.73 | 33.64 | 61.89 | - |
| YUV | 161.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 205 | 0 | 0.37 | 0.01 | 0.19 | 301.56 | 0.45 | 0.66 |
| Hex | CF | 82 | CD | 0 | 25 | 1 | 13 | 12E | 2D | 42 |
| Octal | 317 | 202 | 315 | 0 | 45 | 1 | 23 | 456 | 55 | 102 |
| Binary | 11001111 | 10000010 | 11001101 | 0 | 100101 | 1 | 10011 | 100101110 | 101101 | 1000010 |
Color Harmonies of #CF82CD
Complementary color
Monochromatic Colors of #CF82CD
Black with #CF82CD
Text Example
Text Example
White with #CF82CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82CD; }
p { color: rgb(207,130,205); }
H1.HeaderClassName
{
color: #CF82CD;
}
.AnyTagClassName
{
color: #CF82CD;
}
</style>
background-color css
<style>
a { background-color: #CF82CD; }
a { background-color: rgb(207,130,205); }
div.DivClassName
{
background-color: #CF82CD;
}
.BgClassName
{
background-color: #CF82CD;
}
</style>
border-color css
<style>
span { border-color: #CF82CD; }
span { border-color: rgb(207,130,205); }
td.TdClassName
{
border-color: #CF82CD;
}
.TagClassName
{
border-color: #CF82CD;
}
</style>