Shades of Orchid #CF84D5
Tints of Orchid #CF84D5
RGB
CMYK
RGB Variations
Color information
#CF84D5 (or 0xCF84D5) is known color: Orchid. HEX triplet: CF, 84 and D5. RGB value is (207,132,213). Sum of RGB (Red+Green+Blue) = 207+132+213=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF84D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84D5 is #307B2A. Grayscale: #A3A3A3. Windows color (decimal): -3177259 or 13993167. OLE color: 13993167.
HSL color Cylindrical-coordinate representation of color #CF84D5: hue angle of 295.56º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF84D5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 132 | 213 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.16 |
| HSL | 295.56º | 0.49% | 0.68% | - |
| HSV(B) | 295.56º | 0.38% | 0.84% | - |
| XYZ | 45.99 | 34.57 | 67.2 | - |
| YUV | 163.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 213 | 0.03 | 0.38 | 0 | 0.16 | 295.56 | 0.49 | 0.68 |
| Hex | CF | 84 | D5 | 3 | 26 | 0 | 10 | 128 | 31 | 44 |
| Octal | 317 | 204 | 325 | 3 | 46 | 0 | 20 | 450 | 61 | 104 |
| Binary | 11001111 | 10000100 | 11010101 | 11 | 100110 | 0 | 10000 | 100101000 | 110001 | 1000100 |
Color Harmonies of #CF84D5
Complementary color
Monochromatic Colors of #CF84D5
Black with #CF84D5
Text Example
Text Example
White with #CF84D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84D5; }
p { color: rgb(207,132,213); }
H1.HeaderClassName
{
color: #CF84D5;
}
.AnyTagClassName
{
color: #CF84D5;
}
</style>
background-color css
<style>
a { background-color: #CF84D5; }
a { background-color: rgb(207,132,213); }
div.DivClassName
{
background-color: #CF84D5;
}
.BgClassName
{
background-color: #CF84D5;
}
</style>
border-color css
<style>
span { border-color: #CF84D5; }
span { border-color: rgb(207,132,213); }
td.TdClassName
{
border-color: #CF84D5;
}
.TagClassName
{
border-color: #CF84D5;
}
</style>