Shades of Orchid #CF6FDC
Tints of Orchid #CF6FDC
RGB
CMYK
RGB Variations
Color information
#CF6FDC (or 0xCF6FDC) is known color: Orchid. HEX triplet: CF, 6F and DC. RGB value is (207,111,220). Sum of RGB (Red+Green+Blue) = 207+111+220=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FDC is #309023. Grayscale: #979797. Windows color (decimal): -3182628 or 14446543. OLE color: 14446543.
HSL color Cylindrical-coordinate representation of color #CF6FDC: hue angle of 292.84º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6FDC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 111 | 220 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.14 |
| HSL | 292.84º | 0.61% | 0.65% | - |
| HSV(B) | 292.84º | 0.5% | 0.86% | - |
| XYZ | 44.33 | 29.8 | 71.13 | - |
| YUV | 152.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 220 | 0.06 | 0.50 | 0 | 0.14 | 292.84 | 0.61 | 0.65 |
| Hex | CF | 6F | DC | 6 | 32 | 0 | E | 125 | 3D | 41 |
| Octal | 317 | 157 | 334 | 6 | 62 | 0 | 16 | 445 | 75 | 101 |
| Binary | 11001111 | 1101111 | 11011100 | 110 | 110010 | 0 | 1110 | 100100101 | 111101 | 1000001 |
Color Harmonies of #CF6FDC
Complementary color
Monochromatic Colors of #CF6FDC
Black with #CF6FDC
Text Example
Text Example
White with #CF6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FDC; }
p { color: rgb(207,111,220); }
H1.HeaderClassName
{
color: #CF6FDC;
}
.AnyTagClassName
{
color: #CF6FDC;
}
</style>
background-color css
<style>
a { background-color: #CF6FDC; }
a { background-color: rgb(207,111,220); }
div.DivClassName
{
background-color: #CF6FDC;
}
.BgClassName
{
background-color: #CF6FDC;
}
</style>
border-color css
<style>
span { border-color: #CF6FDC; }
span { border-color: rgb(207,111,220); }
td.TdClassName
{
border-color: #CF6FDC;
}
.TagClassName
{
border-color: #CF6FDC;
}
</style>