Shades of Orchid #CF74CF
Tints of Orchid #CF74CF
RGB
CMYK
RGB Variations
Color information
#CF74CF (or 0xCF74CF) is known color: Orchid. HEX triplet: CF, 74 and CF. RGB value is (207,116,207). Sum of RGB (Red+Green+Blue) = 207+116+207=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74CF is #308B30. Grayscale: #999999. Windows color (decimal): -3181361 or 13595855. OLE color: 13595855.
HSL color Cylindrical-coordinate representation of color #CF74CF: hue angle of 300º 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 #CF74CF is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 207 | - |
| CMYK | 0 | 0.44 | 0 | 0.19 |
| HSL | 300º | 0.49% | 0.63% | - |
| HSV(B) | 300º | 0.44% | 0.81% | - |
| XYZ | 43.24 | 30.26 | 62.59 | - |
| YUV | 153.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 207 | 0 | 0.44 | 0 | 0.19 | 300 | 0.49 | 0.63 |
| Hex | CF | 74 | CF | 0 | 2C | 0 | 13 | 12C | 31 | 3F |
| Octal | 317 | 164 | 317 | 0 | 54 | 0 | 23 | 454 | 61 | 77 |
| Binary | 11001111 | 1110100 | 11001111 | 0 | 101100 | 0 | 10011 | 100101100 | 110001 | 111111 |
Color Harmonies of #CF74CF
Complementary color
Monochromatic Colors of #CF74CF
Black with #CF74CF
Text Example
Text Example
White with #CF74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74CF; }
p { color: rgb(207,116,207); }
H1.HeaderClassName
{
color: #CF74CF;
}
.AnyTagClassName
{
color: #CF74CF;
}
</style>
background-color css
<style>
a { background-color: #CF74CF; }
a { background-color: rgb(207,116,207); }
div.DivClassName
{
background-color: #CF74CF;
}
.BgClassName
{
background-color: #CF74CF;
}
</style>
border-color css
<style>
span { border-color: #CF74CF; }
span { border-color: rgb(207,116,207); }
td.TdClassName
{
border-color: #CF74CF;
}
.TagClassName
{
border-color: #CF74CF;
}
</style>