Shades of Orchid #CF74BC
Tints of Orchid #CF74BC
RGB
CMYK
RGB Variations
Color information
#CF74BC (or 0xCF74BC) is known color: Orchid. HEX triplet: CF, 74 and BC. RGB value is (207,116,188). Sum of RGB (Red+Green+Blue) = 207+116+188=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74BC is #308B43. Grayscale: #979797. Windows color (decimal): -3181380 or 12350671. OLE color: 12350671.
HSL color Cylindrical-coordinate representation of color #CF74BC: hue angle of 312.53º 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 #CF74BC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 188 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.19 |
| HSL | 312.53º | 0.49% | 0.63% | - |
| HSV(B) | 312.53º | 0.44% | 0.81% | - |
| XYZ | 41.05 | 29.39 | 51.09 | - |
| YUV | 151.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 188 | 0 | 0.44 | 0.09 | 0.19 | 312.53 | 0.49 | 0.63 |
| Hex | CF | 74 | BC | 0 | 2C | 9 | 13 | 139 | 31 | 3F |
| Octal | 317 | 164 | 274 | 0 | 54 | 11 | 23 | 471 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10111100 | 0 | 101100 | 1001 | 10011 | 100111001 | 110001 | 111111 |
Color Harmonies of #CF74BC
Complementary color
Monochromatic Colors of #CF74BC
Black with #CF74BC
Text Example
Text Example
White with #CF74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74BC; }
p { color: rgb(207,116,188); }
H1.HeaderClassName
{
color: #CF74BC;
}
.AnyTagClassName
{
color: #CF74BC;
}
</style>
background-color css
<style>
a { background-color: #CF74BC; }
a { background-color: rgb(207,116,188); }
div.DivClassName
{
background-color: #CF74BC;
}
.BgClassName
{
background-color: #CF74BC;
}
</style>
border-color css
<style>
span { border-color: #CF74BC; }
span { border-color: rgb(207,116,188); }
td.TdClassName
{
border-color: #CF74BC;
}
.TagClassName
{
border-color: #CF74BC;
}
</style>