Shades of Orchid #CF82BE
Tints of Orchid #CF82BE
RGB
CMYK
RGB Variations
Color information
#CF82BE (or 0xCF82BE) is known color: Orchid. HEX triplet: CF, 82 and BE. RGB value is (207,130,190). Sum of RGB (Red+Green+Blue) = 207+130+190=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82BE is #307D41. Grayscale: #9F9F9F. Windows color (decimal): -3177794 or 12485327. OLE color: 12485327.
HSL color Cylindrical-coordinate representation of color #CF82BE: hue angle of 313.25º 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 #CF82BE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 190 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.19 |
| HSL | 313.25º | 0.45% | 0.66% | - |
| HSV(B) | 313.25º | 0.37% | 0.81% | - |
| XYZ | 43.01 | 32.95 | 52.81 | - |
| YUV | 159.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 190 | 0 | 0.37 | 0.08 | 0.19 | 313.25 | 0.45 | 0.66 |
| Hex | CF | 82 | BE | 0 | 25 | 8 | 13 | 139 | 2D | 42 |
| Octal | 317 | 202 | 276 | 0 | 45 | 10 | 23 | 471 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10111110 | 0 | 100101 | 1000 | 10011 | 100111001 | 101101 | 1000010 |
Color Harmonies of #CF82BE
Complementary color
Monochromatic Colors of #CF82BE
Black with #CF82BE
Text Example
Text Example
White with #CF82BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82BE; }
p { color: rgb(207,130,190); }
H1.HeaderClassName
{
color: #CF82BE;
}
.AnyTagClassName
{
color: #CF82BE;
}
</style>
background-color css
<style>
a { background-color: #CF82BE; }
a { background-color: rgb(207,130,190); }
div.DivClassName
{
background-color: #CF82BE;
}
.BgClassName
{
background-color: #CF82BE;
}
</style>
border-color css
<style>
span { border-color: #CF82BE; }
span { border-color: rgb(207,130,190); }
td.TdClassName
{
border-color: #CF82BE;
}
.TagClassName
{
border-color: #CF82BE;
}
</style>