Shades of Orchid #CF6BDC
Tints of Orchid #CF6BDC
RGB
CMYK
RGB Variations
Color information
#CF6BDC (or 0xCF6BDC) is known color: Orchid. HEX triplet: CF, 6B and DC. RGB value is (207,107,220). Sum of RGB (Red+Green+Blue) = 207+107+220=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDC is #309423. Grayscale: #959595. Windows color (decimal): -3183652 or 14445519. OLE color: 14445519.
HSL color Cylindrical-coordinate representation of color #CF6BDC: hue angle of 293.1º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6BDC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 107 | 220 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.14 |
| HSL | 293.1º | 0.62% | 0.64% | - |
| HSV(B) | 293.1º | 0.51% | 0.86% | - |
| XYZ | 43.91 | 28.95 | 70.98 | - |
| YUV | 149.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 220 | 0.06 | 0.51 | 0 | 0.14 | 293.1 | 0.62 | 0.64 |
| Hex | CF | 6B | DC | 6 | 33 | 0 | E | 125 | 3E | 40 |
| Octal | 317 | 153 | 334 | 6 | 63 | 0 | 16 | 445 | 76 | 100 |
| Binary | 11001111 | 1101011 | 11011100 | 110 | 110011 | 0 | 1110 | 100100101 | 111110 | 1000000 |
Color Harmonies of #CF6BDC
Complementary color
Monochromatic Colors of #CF6BDC
Black with #CF6BDC
Text Example
Text Example
White with #CF6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BDC; }
p { color: rgb(207,107,220); }
H1.HeaderClassName
{
color: #CF6BDC;
}
.AnyTagClassName
{
color: #CF6BDC;
}
</style>
background-color css
<style>
a { background-color: #CF6BDC; }
a { background-color: rgb(207,107,220); }
div.DivClassName
{
background-color: #CF6BDC;
}
.BgClassName
{
background-color: #CF6BDC;
}
</style>
border-color css
<style>
span { border-color: #CF6BDC; }
span { border-color: rgb(207,107,220); }
td.TdClassName
{
border-color: #CF6BDC;
}
.TagClassName
{
border-color: #CF6BDC;
}
</style>