Shades of Orchid #CF82DF
Tints of Orchid #CF82DF
RGB
CMYK
RGB Variations
Color information
#CF82DF (or 0xCF82DF) is known color: Orchid. HEX triplet: CF, 82 and DF. RGB value is (207,130,223). Sum of RGB (Red+Green+Blue) = 207+130+223=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82DF is #307D20. Grayscale: #A3A3A3. Windows color (decimal): -3177761 or 14648015. OLE color: 14648015.
HSL color Cylindrical-coordinate representation of color #CF82DF: hue angle of 289.68º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF82DF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 130 | 223 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.13 |
| HSL | 289.68º | 0.59% | 0.69% | - |
| HSV(B) | 289.68º | 0.42% | 0.87% | - |
| XYZ | 47.03 | 34.56 | 74 | - |
| YUV | 163.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 223 | 0.07 | 0.42 | 0 | 0.13 | 289.68 | 0.59 | 0.69 |
| Hex | CF | 82 | DF | 7 | 2A | 0 | D | 122 | 3B | 45 |
| Octal | 317 | 202 | 337 | 7 | 52 | 0 | 15 | 442 | 73 | 105 |
| Binary | 11001111 | 10000010 | 11011111 | 111 | 101010 | 0 | 1101 | 100100010 | 111011 | 1000101 |
Color Harmonies of #CF82DF
Complementary color
Monochromatic Colors of #CF82DF
Black with #CF82DF
Text Example
Text Example
White with #CF82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82DF; }
p { color: rgb(207,130,223); }
H1.HeaderClassName
{
color: #CF82DF;
}
.AnyTagClassName
{
color: #CF82DF;
}
</style>
background-color css
<style>
a { background-color: #CF82DF; }
a { background-color: rgb(207,130,223); }
div.DivClassName
{
background-color: #CF82DF;
}
.BgClassName
{
background-color: #CF82DF;
}
</style>
border-color css
<style>
span { border-color: #CF82DF; }
span { border-color: rgb(207,130,223); }
td.TdClassName
{
border-color: #CF82DF;
}
.TagClassName
{
border-color: #CF82DF;
}
</style>