Shades of Orchid #CF74C7
Tints of Orchid #CF74C7
RGB
CMYK
RGB Variations
Color information
#CF74C7 (or 0xCF74C7) is known color: Orchid. HEX triplet: CF, 74 and C7. RGB value is (207,116,199). Sum of RGB (Red+Green+Blue) = 207+116+199=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74C7 is #308B38. Grayscale: #989898. Windows color (decimal): -3181369 or 13071567. OLE color: 13071567.
HSL color Cylindrical-coordinate representation of color #CF74C7: hue angle of 305.27º 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 #CF74C7 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 199 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.19 |
| HSL | 305.27º | 0.49% | 0.63% | - |
| HSV(B) | 305.27º | 0.44% | 0.81% | - |
| XYZ | 42.29 | 29.88 | 57.57 | - |
| YUV | 152.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 199 | 0 | 0.44 | 0.04 | 0.19 | 305.27 | 0.49 | 0.63 |
| Hex | CF | 74 | C7 | 0 | 2C | 4 | 13 | 131 | 31 | 3F |
| Octal | 317 | 164 | 307 | 0 | 54 | 4 | 23 | 461 | 61 | 77 |
| Binary | 11001111 | 1110100 | 11000111 | 0 | 101100 | 100 | 10011 | 100110001 | 110001 | 111111 |
Color Harmonies of #CF74C7
Complementary color
Monochromatic Colors of #CF74C7
Black with #CF74C7
Text Example
Text Example
White with #CF74C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74C7; }
p { color: rgb(207,116,199); }
H1.HeaderClassName
{
color: #CF74C7;
}
.AnyTagClassName
{
color: #CF74C7;
}
</style>
background-color css
<style>
a { background-color: #CF74C7; }
a { background-color: rgb(207,116,199); }
div.DivClassName
{
background-color: #CF74C7;
}
.BgClassName
{
background-color: #CF74C7;
}
</style>
border-color css
<style>
span { border-color: #CF74C7; }
span { border-color: rgb(207,116,199); }
td.TdClassName
{
border-color: #CF74C7;
}
.TagClassName
{
border-color: #CF74C7;
}
</style>