Shades of Orchid #CF6DD8
Tints of Orchid #CF6DD8
RGB
CMYK
RGB Variations
Color information
#CF6DD8 (or 0xCF6DD8) is known color: Orchid. HEX triplet: CF, 6D and D8. RGB value is (207,109,216). Sum of RGB (Red+Green+Blue) = 207+109+216=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DD8 is #309227. Grayscale: #969696. Windows color (decimal): -3183144 or 14183887. OLE color: 14183887.
HSL color Cylindrical-coordinate representation of color #CF6DD8: hue angle of 294.95º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6DD8 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 109 | 216 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.15 |
| HSL | 294.95º | 0.58% | 0.64% | - |
| HSV(B) | 294.95º | 0.5% | 0.85% | - |
| XYZ | 43.6 | 29.16 | 68.3 | - |
| YUV | 150.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 216 | 0.04 | 0.50 | 0 | 0.15 | 294.95 | 0.58 | 0.64 |
| Hex | CF | 6D | D8 | 4 | 32 | 0 | F | 127 | 3A | 40 |
| Octal | 317 | 155 | 330 | 4 | 62 | 0 | 17 | 447 | 72 | 100 |
| Binary | 11001111 | 1101101 | 11011000 | 100 | 110010 | 0 | 1111 | 100100111 | 111010 | 1000000 |
Color Harmonies of #CF6DD8
Complementary color
Monochromatic Colors of #CF6DD8
Black with #CF6DD8
Text Example
Text Example
White with #CF6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DD8; }
p { color: rgb(207,109,216); }
H1.HeaderClassName
{
color: #CF6DD8;
}
.AnyTagClassName
{
color: #CF6DD8;
}
</style>
background-color css
<style>
a { background-color: #CF6DD8; }
a { background-color: rgb(207,109,216); }
div.DivClassName
{
background-color: #CF6DD8;
}
.BgClassName
{
background-color: #CF6DD8;
}
</style>
border-color css
<style>
span { border-color: #CF6DD8; }
span { border-color: rgb(207,109,216); }
td.TdClassName
{
border-color: #CF6DD8;
}
.TagClassName
{
border-color: #CF6DD8;
}
</style>