Shades of Orchid #CF74B9
Tints of Orchid #CF74B9
RGB
CMYK
RGB Variations
Color information
#CF74B9 (or 0xCF74B9) is known color: Orchid. HEX triplet: CF, 74 and B9. RGB value is (207,116,185). Sum of RGB (Red+Green+Blue) = 207+116+185=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74B9 is #308B46. Grayscale: #969696. Windows color (decimal): -3181383 or 12154063. OLE color: 12154063.
HSL color Cylindrical-coordinate representation of color #CF74B9: hue angle of 314.51º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74B9 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 185 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.19 |
| HSL | 314.51º | 0.49% | 0.63% | - |
| HSV(B) | 314.51º | 0.44% | 0.81% | - |
| XYZ | 40.73 | 29.26 | 49.4 | - |
| YUV | 151.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 185 | 0 | 0.44 | 0.11 | 0.19 | 314.51 | 0.49 | 0.63 |
| Hex | CF | 74 | B9 | 0 | 2C | B | 13 | 13B | 31 | 3F |
| Octal | 317 | 164 | 271 | 0 | 54 | 13 | 23 | 473 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10111001 | 0 | 101100 | 1011 | 10011 | 100111011 | 110001 | 111111 |
Color Harmonies of #CF74B9
Complementary color
Monochromatic Colors of #CF74B9
Black with #CF74B9
Text Example
Text Example
White with #CF74B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74B9; }
p { color: rgb(207,116,185); }
H1.HeaderClassName
{
color: #CF74B9;
}
.AnyTagClassName
{
color: #CF74B9;
}
</style>
background-color css
<style>
a { background-color: #CF74B9; }
a { background-color: rgb(207,116,185); }
div.DivClassName
{
background-color: #CF74B9;
}
.BgClassName
{
background-color: #CF74B9;
}
</style>
border-color css
<style>
span { border-color: #CF74B9; }
span { border-color: rgb(207,116,185); }
td.TdClassName
{
border-color: #CF74B9;
}
.TagClassName
{
border-color: #CF74B9;
}
</style>