Shades of Orchid #CF84C4
Tints of Orchid #CF84C4
RGB
CMYK
RGB Variations
Color information
#CF84C4 (or 0xCF84C4) is known color: Orchid. HEX triplet: CF, 84 and C4. RGB value is (207,132,196). Sum of RGB (Red+Green+Blue) = 207+132+196=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84C4 is #307B3B. Grayscale: #A1A1A1. Windows color (decimal): -3177276 or 12879055. OLE color: 12879055.
HSL color Cylindrical-coordinate representation of color #CF84C4: hue angle of 308.8º 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 #CF84C4 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 196 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.19 |
| HSL | 308.8º | 0.44% | 0.66% | - |
| HSV(B) | 308.8º | 0.36% | 0.81% | - |
| XYZ | 43.95 | 33.75 | 56.42 | - |
| YUV | 161.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 196 | 0 | 0.36 | 0.05 | 0.19 | 308.8 | 0.44 | 0.66 |
| Hex | CF | 84 | C4 | 0 | 24 | 5 | 13 | 135 | 2C | 42 |
| Octal | 317 | 204 | 304 | 0 | 44 | 5 | 23 | 465 | 54 | 102 |
| Binary | 11001111 | 10000100 | 11000100 | 0 | 100100 | 101 | 10011 | 100110101 | 101100 | 1000010 |
Color Harmonies of #CF84C4
Complementary color
Monochromatic Colors of #CF84C4
Black with #CF84C4
Text Example
Text Example
White with #CF84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84C4; }
p { color: rgb(207,132,196); }
H1.HeaderClassName
{
color: #CF84C4;
}
.AnyTagClassName
{
color: #CF84C4;
}
</style>
background-color css
<style>
a { background-color: #CF84C4; }
a { background-color: rgb(207,132,196); }
div.DivClassName
{
background-color: #CF84C4;
}
.BgClassName
{
background-color: #CF84C4;
}
</style>
border-color css
<style>
span { border-color: #CF84C4; }
span { border-color: rgb(207,132,196); }
td.TdClassName
{
border-color: #CF84C4;
}
.TagClassName
{
border-color: #CF84C4;
}
</style>