Shades of Orchid #CF82D0
Tints of Orchid #CF82D0
RGB
CMYK
RGB Variations
Color information
#CF82D0 (or 0xCF82D0) is known color: Orchid. HEX triplet: CF, 82 and D0. RGB value is (207,130,208). Sum of RGB (Red+Green+Blue) = 207+130+208=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82D0 is #307D2F. Grayscale: #A1A1A1. Windows color (decimal): -3177776 or 13664975. OLE color: 13664975.
HSL color Cylindrical-coordinate representation of color #CF82D0: hue angle of 299.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF82D0 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 130 | 208 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.18 |
| HSL | 299.23º | 0.45% | 0.66% | - |
| HSV(B) | 299.23º | 0.38% | 0.82% | - |
| XYZ | 45.1 | 33.78 | 63.82 | - |
| YUV | 161.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 208 | 0.00 | 0.38 | 0 | 0.18 | 299.23 | 0.45 | 0.66 |
| Hex | CF | 82 | D0 | 0 | 26 | 0 | 12 | 12B | 2D | 42 |
| Octal | 317 | 202 | 320 | 0 | 46 | 0 | 22 | 453 | 55 | 102 |
| Binary | 11001111 | 10000010 | 11010000 | 0 | 100110 | 0 | 10010 | 100101011 | 101101 | 1000010 |
Color Harmonies of #CF82D0
Complementary color
Monochromatic Colors of #CF82D0
Black with #CF82D0
Text Example
Text Example
White with #CF82D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82D0; }
p { color: rgb(207,130,208); }
H1.HeaderClassName
{
color: #CF82D0;
}
.AnyTagClassName
{
color: #CF82D0;
}
</style>
background-color css
<style>
a { background-color: #CF82D0; }
a { background-color: rgb(207,130,208); }
div.DivClassName
{
background-color: #CF82D0;
}
.BgClassName
{
background-color: #CF82D0;
}
</style>
border-color css
<style>
span { border-color: #CF82D0; }
span { border-color: rgb(207,130,208); }
td.TdClassName
{
border-color: #CF82D0;
}
.TagClassName
{
border-color: #CF82D0;
}
</style>