Shades of Orchid #CF74D1
Tints of Orchid #CF74D1
RGB
CMYK
RGB Variations
Color information
#CF74D1 (or 0xCF74D1) is known color: Orchid. HEX triplet: CF, 74 and D1. RGB value is (207,116,209). Sum of RGB (Red+Green+Blue) = 207+116+209=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74D1 is #308B2E. Grayscale: #999999. Windows color (decimal): -3181359 or 13726927. OLE color: 13726927.
HSL color Cylindrical-coordinate representation of color #CF74D1: hue angle of 298.71º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 116 | 209 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.18 |
| HSL | 298.71º | 0.5% | 0.64% | - |
| HSV(B) | 298.71º | 0.44% | 0.82% | - |
| XYZ | 43.49 | 30.36 | 63.89 | - |
| YUV | 153.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 209 | 0.01 | 0.44 | 0 | 0.18 | 298.71 | 0.5 | 0.64 |
| Hex | CF | 74 | D1 | 1 | 2C | 0 | 12 | 12B | 32 | 40 |
| Octal | 317 | 164 | 321 | 1 | 54 | 0 | 22 | 453 | 62 | 100 |
| Binary | 11001111 | 1110100 | 11010001 | 1 | 101100 | 0 | 10010 | 100101011 | 110010 | 1000000 |
Color Harmonies of #CF74D1
Complementary color
Monochromatic Colors of #CF74D1
Black with #CF74D1
Text Example
Text Example
White with #CF74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74D1; }
p { color: rgb(207,116,209); }
H1.HeaderClassName
{
color: #CF74D1;
}
.AnyTagClassName
{
color: #CF74D1;
}
</style>
background-color css
<style>
a { background-color: #CF74D1; }
a { background-color: rgb(207,116,209); }
div.DivClassName
{
background-color: #CF74D1;
}
.BgClassName
{
background-color: #CF74D1;
}
</style>
border-color css
<style>
span { border-color: #CF74D1; }
span { border-color: rgb(207,116,209); }
td.TdClassName
{
border-color: #CF74D1;
}
.TagClassName
{
border-color: #CF74D1;
}
</style>