Shades of Orchid #CF82C6
Tints of Orchid #CF82C6
RGB
CMYK
RGB Variations
Color information
#CF82C6 (or 0xCF82C6) is known color: Orchid. HEX triplet: CF, 82 and C6. RGB value is (207,130,198). Sum of RGB (Red+Green+Blue) = 207+130+198=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82C6 is #307D39. Grayscale: #A0A0A0. Windows color (decimal): -3177786 or 13009615. OLE color: 13009615.
HSL color Cylindrical-coordinate representation of color #CF82C6: hue angle of 307.01º 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 #CF82C6 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 198 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.19 |
| HSL | 307.01º | 0.45% | 0.66% | - |
| HSV(B) | 307.01º | 0.37% | 0.81% | - |
| XYZ | 43.91 | 33.31 | 57.54 | - |
| YUV | 160.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 198 | 0 | 0.37 | 0.04 | 0.19 | 307.01 | 0.45 | 0.66 |
| Hex | CF | 82 | C6 | 0 | 25 | 4 | 13 | 133 | 2D | 42 |
| Octal | 317 | 202 | 306 | 0 | 45 | 4 | 23 | 463 | 55 | 102 |
| Binary | 11001111 | 10000010 | 11000110 | 0 | 100101 | 100 | 10011 | 100110011 | 101101 | 1000010 |
Color Harmonies of #CF82C6
Complementary color
Monochromatic Colors of #CF82C6
Black with #CF82C6
Text Example
Text Example
White with #CF82C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82C6; }
p { color: rgb(207,130,198); }
H1.HeaderClassName
{
color: #CF82C6;
}
.AnyTagClassName
{
color: #CF82C6;
}
</style>
background-color css
<style>
a { background-color: #CF82C6; }
a { background-color: rgb(207,130,198); }
div.DivClassName
{
background-color: #CF82C6;
}
.BgClassName
{
background-color: #CF82C6;
}
</style>
border-color css
<style>
span { border-color: #CF82C6; }
span { border-color: rgb(207,130,198); }
td.TdClassName
{
border-color: #CF82C6;
}
.TagClassName
{
border-color: #CF82C6;
}
</style>