Shades of Orchid #CF82C8
Tints of Orchid #CF82C8
RGB
CMYK
RGB Variations
Color information
#CF82C8 (or 0xCF82C8) is known color: Orchid. HEX triplet: CF, 82 and C8. RGB value is (207,130,200). Sum of RGB (Red+Green+Blue) = 207+130+200=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82C8 is #307D37. Grayscale: #A0A0A0. Windows color (decimal): -3177784 or 13140687. OLE color: 13140687.
HSL color Cylindrical-coordinate representation of color #CF82C8: hue angle of 305.45º 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 #CF82C8 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 200 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.19 |
| HSL | 305.45º | 0.45% | 0.66% | - |
| HSV(B) | 305.45º | 0.37% | 0.81% | - |
| XYZ | 44.14 | 33.4 | 58.76 | - |
| YUV | 161 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 200 | 0 | 0.37 | 0.03 | 0.19 | 305.45 | 0.45 | 0.66 |
| Hex | CF | 82 | C8 | 0 | 25 | 3 | 13 | 131 | 2D | 42 |
| Octal | 317 | 202 | 310 | 0 | 45 | 3 | 23 | 461 | 55 | 102 |
| Binary | 11001111 | 10000010 | 11001000 | 0 | 100101 | 11 | 10011 | 100110001 | 101101 | 1000010 |
Color Harmonies of #CF82C8
Complementary color
Monochromatic Colors of #CF82C8
Black with #CF82C8
Text Example
Text Example
White with #CF82C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82C8; }
p { color: rgb(207,130,200); }
H1.HeaderClassName
{
color: #CF82C8;
}
.AnyTagClassName
{
color: #CF82C8;
}
</style>
background-color css
<style>
a { background-color: #CF82C8; }
a { background-color: rgb(207,130,200); }
div.DivClassName
{
background-color: #CF82C8;
}
.BgClassName
{
background-color: #CF82C8;
}
</style>
border-color css
<style>
span { border-color: #CF82C8; }
span { border-color: rgb(207,130,200); }
td.TdClassName
{
border-color: #CF82C8;
}
.TagClassName
{
border-color: #CF82C8;
}
</style>