Shades of Orchid #CF6FDD
Tints of Orchid #CF6FDD
RGB
CMYK
RGB Variations
Color information
#CF6FDD (or 0xCF6FDD) is known color: Orchid. HEX triplet: CF, 6F and DD. RGB value is (207,111,221). Sum of RGB (Red+Green+Blue) = 207+111+221=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FDD is #309022. Grayscale: #979797. Windows color (decimal): -3182627 or 14512079. OLE color: 14512079.
HSL color Cylindrical-coordinate representation of color #CF6FDD: hue angle of 292.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6FDD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 111 | 221 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.13 |
| HSL | 292.36º | 0.62% | 0.65% | - |
| HSV(B) | 292.36º | 0.5% | 0.87% | - |
| XYZ | 44.47 | 29.85 | 71.83 | - |
| YUV | 152.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 221 | 0.06 | 0.50 | 0 | 0.13 | 292.36 | 0.62 | 0.65 |
| Hex | CF | 6F | DD | 6 | 32 | 0 | D | 124 | 3E | 41 |
| Octal | 317 | 157 | 335 | 6 | 62 | 0 | 15 | 444 | 76 | 101 |
| Binary | 11001111 | 1101111 | 11011101 | 110 | 110010 | 0 | 1101 | 100100100 | 111110 | 1000001 |
Color Harmonies of #CF6FDD
Complementary color
Monochromatic Colors of #CF6FDD
Black with #CF6FDD
Text Example
Text Example
White with #CF6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FDD; }
p { color: rgb(207,111,221); }
H1.HeaderClassName
{
color: #CF6FDD;
}
.AnyTagClassName
{
color: #CF6FDD;
}
</style>
background-color css
<style>
a { background-color: #CF6FDD; }
a { background-color: rgb(207,111,221); }
div.DivClassName
{
background-color: #CF6FDD;
}
.BgClassName
{
background-color: #CF6FDD;
}
</style>
border-color css
<style>
span { border-color: #CF6FDD; }
span { border-color: rgb(207,111,221); }
td.TdClassName
{
border-color: #CF6FDD;
}
.TagClassName
{
border-color: #CF6FDD;
}
</style>