Shades of Orchid #CF74CD
Tints of Orchid #CF74CD
RGB
CMYK
RGB Variations
Color information
#CF74CD (or 0xCF74CD) is known color: Orchid. HEX triplet: CF, 74 and CD. RGB value is (207,116,205). Sum of RGB (Red+Green+Blue) = 207+116+205=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74CD is #308B32. Grayscale: #999999. Windows color (decimal): -3181363 or 13464783. OLE color: 13464783.
HSL color Cylindrical-coordinate representation of color #CF74CD: hue angle of 301.32º 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 #CF74CD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 205 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.19 |
| HSL | 301.32º | 0.49% | 0.63% | - |
| HSV(B) | 301.32º | 0.44% | 0.81% | - |
| XYZ | 43 | 30.16 | 61.31 | - |
| YUV | 153.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 205 | 0 | 0.44 | 0.01 | 0.19 | 301.32 | 0.49 | 0.63 |
| Hex | CF | 74 | CD | 0 | 2C | 1 | 13 | 12D | 31 | 3F |
| Octal | 317 | 164 | 315 | 0 | 54 | 1 | 23 | 455 | 61 | 77 |
| Binary | 11001111 | 1110100 | 11001101 | 0 | 101100 | 1 | 10011 | 100101101 | 110001 | 111111 |
Color Harmonies of #CF74CD
Complementary color
Monochromatic Colors of #CF74CD
Black with #CF74CD
Text Example
Text Example
White with #CF74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74CD; }
p { color: rgb(207,116,205); }
H1.HeaderClassName
{
color: #CF74CD;
}
.AnyTagClassName
{
color: #CF74CD;
}
</style>
background-color css
<style>
a { background-color: #CF74CD; }
a { background-color: rgb(207,116,205); }
div.DivClassName
{
background-color: #CF74CD;
}
.BgClassName
{
background-color: #CF74CD;
}
</style>
border-color css
<style>
span { border-color: #CF74CD; }
span { border-color: rgb(207,116,205); }
td.TdClassName
{
border-color: #CF74CD;
}
.TagClassName
{
border-color: #CF74CD;
}
</style>