Shades of Orchid #CF82CB
Tints of Orchid #CF82CB
RGB
CMYK
RGB Variations
Color information
#CF82CB (or 0xCF82CB) is known color: Orchid. HEX triplet: CF, 82 and CB. RGB value is (207,130,203). Sum of RGB (Red+Green+Blue) = 207+130+203=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82CB is #307D34. Grayscale: #A1A1A1. Windows color (decimal): -3177781 or 13337295. OLE color: 13337295.
HSL color Cylindrical-coordinate representation of color #CF82CB: hue angle of 303.12º 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 #CF82CB is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 203 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.19 |
| HSL | 303.12º | 0.45% | 0.66% | - |
| HSV(B) | 303.12º | 0.37% | 0.81% | - |
| XYZ | 44.49 | 33.54 | 60.63 | - |
| YUV | 161.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 203 | 0 | 0.37 | 0.02 | 0.19 | 303.12 | 0.45 | 0.66 |
| Hex | CF | 82 | CB | 0 | 25 | 2 | 13 | 12F | 2D | 42 |
| Octal | 317 | 202 | 313 | 0 | 45 | 2 | 23 | 457 | 55 | 102 |
| Binary | 11001111 | 10000010 | 11001011 | 0 | 100101 | 10 | 10011 | 100101111 | 101101 | 1000010 |
Color Harmonies of #CF82CB
Complementary color
Monochromatic Colors of #CF82CB
Black with #CF82CB
Text Example
Text Example
White with #CF82CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82CB; }
p { color: rgb(207,130,203); }
H1.HeaderClassName
{
color: #CF82CB;
}
.AnyTagClassName
{
color: #CF82CB;
}
</style>
background-color css
<style>
a { background-color: #CF82CB; }
a { background-color: rgb(207,130,203); }
div.DivClassName
{
background-color: #CF82CB;
}
.BgClassName
{
background-color: #CF82CB;
}
</style>
border-color css
<style>
span { border-color: #CF82CB; }
span { border-color: rgb(207,130,203); }
td.TdClassName
{
border-color: #CF82CB;
}
.TagClassName
{
border-color: #CF82CB;
}
</style>