Shades of Orchid #CF6DDC
Tints of Orchid #CF6DDC
RGB
CMYK
RGB Variations
Color information
#CF6DDC (or 0xCF6DDC) is known color: Orchid. HEX triplet: CF, 6D and DC. RGB value is (207,109,220). Sum of RGB (Red+Green+Blue) = 207+109+220=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DDC is #309223. Grayscale: #969696. Windows color (decimal): -3183140 or 14446031. OLE color: 14446031.
HSL color Cylindrical-coordinate representation of color #CF6DDC: hue angle of 292.97º 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 #CF6DDC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 109 | 220 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.14 |
| HSL | 292.97º | 0.61% | 0.65% | - |
| HSV(B) | 292.97º | 0.5% | 0.86% | - |
| XYZ | 44.12 | 29.37 | 71.05 | - |
| YUV | 150.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 220 | 0.06 | 0.50 | 0 | 0.14 | 292.97 | 0.61 | 0.65 |
| Hex | CF | 6D | DC | 6 | 32 | 0 | E | 125 | 3D | 41 |
| Octal | 317 | 155 | 334 | 6 | 62 | 0 | 16 | 445 | 75 | 101 |
| Binary | 11001111 | 1101101 | 11011100 | 110 | 110010 | 0 | 1110 | 100100101 | 111101 | 1000001 |
Color Harmonies of #CF6DDC
Complementary color
Monochromatic Colors of #CF6DDC
Black with #CF6DDC
Text Example
Text Example
White with #CF6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DDC; }
p { color: rgb(207,109,220); }
H1.HeaderClassName
{
color: #CF6DDC;
}
.AnyTagClassName
{
color: #CF6DDC;
}
</style>
background-color css
<style>
a { background-color: #CF6DDC; }
a { background-color: rgb(207,109,220); }
div.DivClassName
{
background-color: #CF6DDC;
}
.BgClassName
{
background-color: #CF6DDC;
}
</style>
border-color css
<style>
span { border-color: #CF6DDC; }
span { border-color: rgb(207,109,220); }
td.TdClassName
{
border-color: #CF6DDC;
}
.TagClassName
{
border-color: #CF6DDC;
}
</style>