Shades of Orchid #CF73DA
Tints of Orchid #CF73DA
RGB
CMYK
RGB Variations
Color information
#CF73DA (or 0xCF73DA) is known color: Orchid. HEX triplet: CF, 73 and DA. RGB value is (207,115,218). Sum of RGB (Red+Green+Blue) = 207+115+218=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DA is #308C25. Grayscale: #999999. Windows color (decimal): -3181606 or 14316495. OLE color: 14316495.
HSL color Cylindrical-coordinate representation of color #CF73DA: hue angle of 293.59º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF73DA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 115 | 218 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.15 |
| HSL | 293.59º | 0.58% | 0.65% | - |
| HSV(B) | 293.59º | 0.47% | 0.85% | - |
| XYZ | 44.52 | 30.59 | 69.89 | - |
| YUV | 154.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 218 | 0.05 | 0.47 | 0 | 0.15 | 293.59 | 0.58 | 0.65 |
| Hex | CF | 73 | DA | 5 | 2F | 0 | F | 126 | 3A | 41 |
| Octal | 317 | 163 | 332 | 5 | 57 | 0 | 17 | 446 | 72 | 101 |
| Binary | 11001111 | 1110011 | 11011010 | 101 | 101111 | 0 | 1111 | 100100110 | 111010 | 1000001 |
Color Harmonies of #CF73DA
Complementary color
Monochromatic Colors of #CF73DA
Black with #CF73DA
Text Example
Text Example
White with #CF73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73DA; }
p { color: rgb(207,115,218); }
H1.HeaderClassName
{
color: #CF73DA;
}
.AnyTagClassName
{
color: #CF73DA;
}
</style>
background-color css
<style>
a { background-color: #CF73DA; }
a { background-color: rgb(207,115,218); }
div.DivClassName
{
background-color: #CF73DA;
}
.BgClassName
{
background-color: #CF73DA;
}
</style>
border-color css
<style>
span { border-color: #CF73DA; }
span { border-color: rgb(207,115,218); }
td.TdClassName
{
border-color: #CF73DA;
}
.TagClassName
{
border-color: #CF73DA;
}
</style>