Shades of Orchid #CF6DCC
Tints of Orchid #CF6DCC
RGB
CMYK
RGB Variations
Color information
#CF6DCC (or 0xCF6DCC) is known color: Orchid. HEX triplet: CF, 6D and CC. RGB value is (207,109,204). Sum of RGB (Red+Green+Blue) = 207+109+204=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCC is #309233. Grayscale: #949494. Windows color (decimal): -3183156 or 13397455. OLE color: 13397455.
HSL color Cylindrical-coordinate representation of color #CF6DCC: hue angle of 301.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DCC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 204 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.19 |
| HSL | 301.84º | 0.51% | 0.62% | - |
| HSV(B) | 301.84º | 0.47% | 0.81% | - |
| XYZ | 42.1 | 28.56 | 60.42 | - |
| YUV | 149.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 204 | 0 | 0.47 | 0.01 | 0.19 | 301.84 | 0.51 | 0.62 |
| Hex | CF | 6D | CC | 0 | 2F | 1 | 13 | 12E | 33 | 3E |
| Octal | 317 | 155 | 314 | 0 | 57 | 1 | 23 | 456 | 63 | 76 |
| Binary | 11001111 | 1101101 | 11001100 | 0 | 101111 | 1 | 10011 | 100101110 | 110011 | 111110 |
Color Harmonies of #CF6DCC
Complementary color
Monochromatic Colors of #CF6DCC
Black with #CF6DCC
Text Example
Text Example
White with #CF6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DCC; }
p { color: rgb(207,109,204); }
H1.HeaderClassName
{
color: #CF6DCC;
}
.AnyTagClassName
{
color: #CF6DCC;
}
</style>
background-color css
<style>
a { background-color: #CF6DCC; }
a { background-color: rgb(207,109,204); }
div.DivClassName
{
background-color: #CF6DCC;
}
.BgClassName
{
background-color: #CF6DCC;
}
</style>
border-color css
<style>
span { border-color: #CF6DCC; }
span { border-color: rgb(207,109,204); }
td.TdClassName
{
border-color: #CF6DCC;
}
.TagClassName
{
border-color: #CF6DCC;
}
</style>