Shades of Orchid #CF73CD
Tints of Orchid #CF73CD
RGB
CMYK
RGB Variations
Color information
#CF73CD (or 0xCF73CD) is known color: Orchid. HEX triplet: CF, 73 and CD. RGB value is (207,115,205). Sum of RGB (Red+Green+Blue) = 207+115+205=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73CD is #308C32. Grayscale: #989898. Windows color (decimal): -3181619 or 13464527. OLE color: 13464527.
HSL color Cylindrical-coordinate representation of color #CF73CD: hue angle of 301.3º 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 #CF73CD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 205 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.19 |
| HSL | 301.3º | 0.49% | 0.63% | - |
| HSV(B) | 301.3º | 0.44% | 0.81% | - |
| XYZ | 42.88 | 29.93 | 61.28 | - |
| YUV | 152.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 205 | 0 | 0.44 | 0.01 | 0.19 | 301.3 | 0.49 | 0.63 |
| Hex | CF | 73 | CD | 0 | 2C | 1 | 13 | 12D | 31 | 3F |
| Octal | 317 | 163 | 315 | 0 | 54 | 1 | 23 | 455 | 61 | 77 |
| Binary | 11001111 | 1110011 | 11001101 | 0 | 101100 | 1 | 10011 | 100101101 | 110001 | 111111 |
Color Harmonies of #CF73CD
Complementary color
Monochromatic Colors of #CF73CD
Black with #CF73CD
Text Example
Text Example
White with #CF73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73CD; }
p { color: rgb(207,115,205); }
H1.HeaderClassName
{
color: #CF73CD;
}
.AnyTagClassName
{
color: #CF73CD;
}
</style>
background-color css
<style>
a { background-color: #CF73CD; }
a { background-color: rgb(207,115,205); }
div.DivClassName
{
background-color: #CF73CD;
}
.BgClassName
{
background-color: #CF73CD;
}
</style>
border-color css
<style>
span { border-color: #CF73CD; }
span { border-color: rgb(207,115,205); }
td.TdClassName
{
border-color: #CF73CD;
}
.TagClassName
{
border-color: #CF73CD;
}
</style>