Shades of Orchid #CF6ACD
Tints of Orchid #CF6ACD
RGB
CMYK
RGB Variations
Color information
#CF6ACD (or 0xCF6ACD) is known color: Orchid. HEX triplet: CF, 6A and CD. RGB value is (207,106,205). Sum of RGB (Red+Green+Blue) = 207+106+205=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACD is #309532. Grayscale: #939393. Windows color (decimal): -3183923 or 13462223. OLE color: 13462223.
HSL color Cylindrical-coordinate representation of color #CF6ACD: hue angle of 301.19º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6ACD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 205 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.19 |
| HSL | 301.19º | 0.51% | 0.61% | - |
| HSV(B) | 301.19º | 0.49% | 0.81% | - |
| XYZ | 41.91 | 27.98 | 60.95 | - |
| YUV | 147.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 205 | 0 | 0.49 | 0.01 | 0.19 | 301.19 | 0.51 | 0.61 |
| Hex | CF | 6A | CD | 0 | 31 | 1 | 13 | 12D | 33 | 3D |
| Octal | 317 | 152 | 315 | 0 | 61 | 1 | 23 | 455 | 63 | 75 |
| Binary | 11001111 | 1101010 | 11001101 | 0 | 110001 | 1 | 10011 | 100101101 | 110011 | 111101 |
Color Harmonies of #CF6ACD
Complementary color
Monochromatic Colors of #CF6ACD
Black with #CF6ACD
Text Example
Text Example
White with #CF6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ACD; }
p { color: rgb(207,106,205); }
H1.HeaderClassName
{
color: #CF6ACD;
}
.AnyTagClassName
{
color: #CF6ACD;
}
</style>
background-color css
<style>
a { background-color: #CF6ACD; }
a { background-color: rgb(207,106,205); }
div.DivClassName
{
background-color: #CF6ACD;
}
.BgClassName
{
background-color: #CF6ACD;
}
</style>
border-color css
<style>
span { border-color: #CF6ACD; }
span { border-color: rgb(207,106,205); }
td.TdClassName
{
border-color: #CF6ACD;
}
.TagClassName
{
border-color: #CF6ACD;
}
</style>