Shades of Orchid #CF84CB
Tints of Orchid #CF84CB
RGB
CMYK
RGB Variations
Color information
#CF84CB (or 0xCF84CB) is known color: Orchid. HEX triplet: CF, 84 and CB. RGB value is (207,132,203). Sum of RGB (Red+Green+Blue) = 207+132+203=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84CB is #307B34. Grayscale: #A2A2A2. Windows color (decimal): -3177269 or 13337807. OLE color: 13337807.
HSL color Cylindrical-coordinate representation of color #CF84CB: hue angle of 303.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84CB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 203 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.19 |
| HSL | 303.2º | 0.44% | 0.66% | - |
| HSV(B) | 303.2º | 0.36% | 0.81% | - |
| XYZ | 44.76 | 34.08 | 60.72 | - |
| YUV | 162.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 203 | 0 | 0.36 | 0.02 | 0.19 | 303.2 | 0.44 | 0.66 |
| Hex | CF | 84 | CB | 0 | 24 | 2 | 13 | 12F | 2C | 42 |
| Octal | 317 | 204 | 313 | 0 | 44 | 2 | 23 | 457 | 54 | 102 |
| Binary | 11001111 | 10000100 | 11001011 | 0 | 100100 | 10 | 10011 | 100101111 | 101100 | 1000010 |
Color Harmonies of #CF84CB
Complementary color
Monochromatic Colors of #CF84CB
Black with #CF84CB
Text Example
Text Example
White with #CF84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84CB; }
p { color: rgb(207,132,203); }
H1.HeaderClassName
{
color: #CF84CB;
}
.AnyTagClassName
{
color: #CF84CB;
}
</style>
background-color css
<style>
a { background-color: #CF84CB; }
a { background-color: rgb(207,132,203); }
div.DivClassName
{
background-color: #CF84CB;
}
.BgClassName
{
background-color: #CF84CB;
}
</style>
border-color css
<style>
span { border-color: #CF84CB; }
span { border-color: rgb(207,132,203); }
td.TdClassName
{
border-color: #CF84CB;
}
.TagClassName
{
border-color: #CF84CB;
}
</style>