Shades of Orchid #CF84CF
Tints of Orchid #CF84CF
RGB
CMYK
RGB Variations
Color information
#CF84CF (or 0xCF84CF) is known color: Orchid. HEX triplet: CF, 84 and CF. RGB value is (207,132,207). Sum of RGB (Red+Green+Blue) = 207+132+207=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84CF is #307B30. Grayscale: #A2A2A2. Windows color (decimal): -3177265 or 13599951. OLE color: 13599951.
HSL color Cylindrical-coordinate representation of color #CF84CF: hue angle of 300º 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 #CF84CF is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 207 | - |
| CMYK | 0 | 0.36 | 0 | 0.19 |
| HSL | 300º | 0.44% | 0.66% | - |
| HSV(B) | 300º | 0.36% | 0.81% | - |
| XYZ | 45.25 | 34.27 | 63.26 | - |
| YUV | 162.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 207 | 0 | 0.36 | 0 | 0.19 | 300 | 0.44 | 0.66 |
| Hex | CF | 84 | CF | 0 | 24 | 0 | 13 | 12C | 2C | 42 |
| Octal | 317 | 204 | 317 | 0 | 44 | 0 | 23 | 454 | 54 | 102 |
| Binary | 11001111 | 10000100 | 11001111 | 0 | 100100 | 0 | 10011 | 100101100 | 101100 | 1000010 |
Color Harmonies of #CF84CF
Complementary color
Monochromatic Colors of #CF84CF
Black with #CF84CF
Text Example
Text Example
White with #CF84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84CF; }
p { color: rgb(207,132,207); }
H1.HeaderClassName
{
color: #CF84CF;
}
.AnyTagClassName
{
color: #CF84CF;
}
</style>
background-color css
<style>
a { background-color: #CF84CF; }
a { background-color: rgb(207,132,207); }
div.DivClassName
{
background-color: #CF84CF;
}
.BgClassName
{
background-color: #CF84CF;
}
</style>
border-color css
<style>
span { border-color: #CF84CF; }
span { border-color: rgb(207,132,207); }
td.TdClassName
{
border-color: #CF84CF;
}
.TagClassName
{
border-color: #CF84CF;
}
</style>