Shades of Orchid #CF74BF
Tints of Orchid #CF74BF
RGB
CMYK
RGB Variations
Color information
#CF74BF (or 0xCF74BF) is known color: Orchid. HEX triplet: CF, 74 and BF. RGB value is (207,116,191). Sum of RGB (Red+Green+Blue) = 207+116+191=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74BF is #308B40. Grayscale: #979797. Windows color (decimal): -3181377 or 12547279. OLE color: 12547279.
HSL color Cylindrical-coordinate representation of color #CF74BF: hue angle of 310.55º 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 #CF74BF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 191 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.19 |
| HSL | 310.55º | 0.49% | 0.63% | - |
| HSV(B) | 310.55º | 0.44% | 0.81% | - |
| XYZ | 41.38 | 29.52 | 52.81 | - |
| YUV | 151.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 191 | 0 | 0.44 | 0.08 | 0.19 | 310.55 | 0.49 | 0.63 |
| Hex | CF | 74 | BF | 0 | 2C | 8 | 13 | 137 | 31 | 3F |
| Octal | 317 | 164 | 277 | 0 | 54 | 10 | 23 | 467 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10111111 | 0 | 101100 | 1000 | 10011 | 100110111 | 110001 | 111111 |
Color Harmonies of #CF74BF
Complementary color
Monochromatic Colors of #CF74BF
Black with #CF74BF
Text Example
Text Example
White with #CF74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74BF; }
p { color: rgb(207,116,191); }
H1.HeaderClassName
{
color: #CF74BF;
}
.AnyTagClassName
{
color: #CF74BF;
}
</style>
background-color css
<style>
a { background-color: #CF74BF; }
a { background-color: rgb(207,116,191); }
div.DivClassName
{
background-color: #CF74BF;
}
.BgClassName
{
background-color: #CF74BF;
}
</style>
border-color css
<style>
span { border-color: #CF74BF; }
span { border-color: rgb(207,116,191); }
td.TdClassName
{
border-color: #CF74BF;
}
.TagClassName
{
border-color: #CF74BF;
}
</style>