Shades of Orchid #CF82D6
Tints of Orchid #CF82D6
RGB
CMYK
RGB Variations
Color information
#CF82D6 (or 0xCF82D6) is known color: Orchid. HEX triplet: CF, 82 and D6. RGB value is (207,130,214). Sum of RGB (Red+Green+Blue) = 207+130+214=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF82D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82D6 is #307D29. Grayscale: #A2A2A2. Windows color (decimal): -3177770 or 14058191. OLE color: 14058191.
HSL color Cylindrical-coordinate representation of color #CF82D6: hue angle of 295º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF82D6 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 130 | 214 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.16 |
| HSL | 295º | 0.51% | 0.67% | - |
| HSV(B) | 295º | 0.39% | 0.84% | - |
| XYZ | 45.85 | 34.09 | 67.78 | - |
| YUV | 162.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 214 | 0.03 | 0.39 | 0 | 0.16 | 295 | 0.51 | 0.67 |
| Hex | CF | 82 | D6 | 3 | 27 | 0 | 10 | 127 | 33 | 43 |
| Octal | 317 | 202 | 326 | 3 | 47 | 0 | 20 | 447 | 63 | 103 |
| Binary | 11001111 | 10000010 | 11010110 | 11 | 100111 | 0 | 10000 | 100100111 | 110011 | 1000011 |
Color Harmonies of #CF82D6
Complementary color
Monochromatic Colors of #CF82D6
Black with #CF82D6
Text Example
Text Example
White with #CF82D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82D6; }
p { color: rgb(207,130,214); }
H1.HeaderClassName
{
color: #CF82D6;
}
.AnyTagClassName
{
color: #CF82D6;
}
</style>
background-color css
<style>
a { background-color: #CF82D6; }
a { background-color: rgb(207,130,214); }
div.DivClassName
{
background-color: #CF82D6;
}
.BgClassName
{
background-color: #CF82D6;
}
</style>
border-color css
<style>
span { border-color: #CF82D6; }
span { border-color: rgb(207,130,214); }
td.TdClassName
{
border-color: #CF82D6;
}
.TagClassName
{
border-color: #CF82D6;
}
</style>