Shades of Orchid #CF70CD
Tints of Orchid #CF70CD
RGB
CMYK
RGB Variations
Color information
#CF70CD (or 0xCF70CD) is known color: Orchid. HEX triplet: CF, 70 and CD. RGB value is (207,112,205). Sum of RGB (Red+Green+Blue) = 207+112+205=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CD is #308F32. Grayscale: #969696. Windows color (decimal): -3182387 or 13463759. OLE color: 13463759.
HSL color Cylindrical-coordinate representation of color #CF70CD: hue angle of 301.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70CD is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 205 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.19 |
| HSL | 301.26º | 0.5% | 0.63% | - |
| HSV(B) | 301.26º | 0.46% | 0.81% | - |
| XYZ | 42.55 | 29.26 | 61.16 | - |
| YUV | 151.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 205 | 0 | 0.46 | 0.01 | 0.19 | 301.26 | 0.5 | 0.63 |
| Hex | CF | 70 | CD | 0 | 2E | 1 | 13 | 12D | 32 | 3F |
| Octal | 317 | 160 | 315 | 0 | 56 | 1 | 23 | 455 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11001101 | 0 | 101110 | 1 | 10011 | 100101101 | 110010 | 111111 |
Color Harmonies of #CF70CD
Complementary color
Monochromatic Colors of #CF70CD
Black with #CF70CD
Text Example
Text Example
White with #CF70CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70CD; }
p { color: rgb(207,112,205); }
H1.HeaderClassName
{
color: #CF70CD;
}
.AnyTagClassName
{
color: #CF70CD;
}
</style>
background-color css
<style>
a { background-color: #CF70CD; }
a { background-color: rgb(207,112,205); }
div.DivClassName
{
background-color: #CF70CD;
}
.BgClassName
{
background-color: #CF70CD;
}
</style>
border-color css
<style>
span { border-color: #CF70CD; }
span { border-color: rgb(207,112,205); }
td.TdClassName
{
border-color: #CF70CD;
}
.TagClassName
{
border-color: #CF70CD;
}
</style>